Skip to content
EN

What is Public API?

Last updated

Public API reads and creates data published from Re:Earth CMS. Websites and external services can use it to retrieve the following kinds of data.

  • Published models
  • Items (content)
  • Assets (images, files, etc.)

If you need management operations such as updating or deleting existing data, or changing schemas, use Integration API instead.

Here are Public API’s key characteristics.

CharacteristicDescription
Read and create dataAccess is limited to published models, items, and assets. Creating data is also supported (fields of type Asset, Reference, Tag, Group, GeometryEditor, and GeometryObject aren’t supported for posting).
No authentication requiredPublic data can be accessed without an API key. Private data can’t be retrieved.
RESTful APIA REST-compliant design using standard HTTP methods (GET, POST, etc.).

Continue to Using Public API (Read) and try going from publishing settings to your first read request.