REST API References
Welcome to the Anything World API!
You can use the Anything World's API in your application to request 3D models and other data based on different search criteria.
API reference
API key
After generating the API key in our Dashboard, the API key can be used to authorize requests to the Anything World's API.
Bear in mind that many endpoints require the API to generate results.
General Format
Example
The API is currently experimental and is subject to change. For use in a critical production environment, please reach out to us at hello@anything.world.
Get a specific model by name
GET
https://api.anything.world/anything?key=<API_KEY>&name=<NAME>
Retrieve a single model (JSON response) based on its name. If there is an exact match it will be returned, otherwise a similar result (if found), or no model otherwise.
Query Parameters
Get all models matching the query
GET
https://api.anything.world/anything?key=<API_KEY>&search=<QUERY>
Get a JSON array representing all models that matched the query string, which can be anything, such as a name (e.g. "cat"), a tag (e.g. "Christmas"), a habitat (e.g. "jungle" or "desert") or a taxonomical category (e.g. "animal" or "object").
Query Parameters
Last updated