Developer tools

Postman Collection

Import every live APlicious namespace into Postman with the X-API-Key header pre-configured as a collection variable you fill in once.

What's included

The collection includes 109 pre-configured requests for every live endpoint across APlicious' namespaces — numerology, finance, weather, currency, fitness, space, and more — organized into 32 namespace folders. The X-API-Key header is already wired up on every request as {{api_key}}, so you only need to set your key once at the collection level.

Download Collection

Or import directly from our OpenAPI spec

Prefer always-current docs over a static file? Postman can import our live OpenAPI specification directly. In Postman, go to File → Import, choose the Link tab, and paste this URL:

https://aplicious.com/api/openapi.json

Manual setup

1
Create a new Postman environment
Open Postman and create a new environment named APlicious (or anything you like).
2
Add an api_key variable
Add a variable named api_key and set its value to your live key from the dashboard.
lapi_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3
Set the auth header on your requests
On each request (or at the collection level), set the following header:
X-API-Key: {{api_key}}
4
Use the base URL
All endpoints are namespaced under a single base URL:
https://aplicious.com/api/v1

Need the full reference?

Browse every namespace, parameter, and live mock response in the interactive docs.

Go to /docs