Overview - Open Data API
REST Endpoints
The Open Data API is a JSON REST API. It has 4 root REST endpoints:
/schema | Provides information about all the SuperSTAR datasets that are available to you, and their fields and measures. | Learn More |
---|---|---|
/table | Allows you to submit queries and receive the results (equivalent to creating a table in SuperWEB2). | Learn More |
/info | Provides general information about the SuperWEB2 instance you are connecting to. At present, this endpoint provides information about the dataset languages currently configured in SuperWEB2. | Learn More |
/rate_limit | Access to the API is subject to rate limits. This endpoint provides information about the limit that applies to you, how many requests you have remaining, and the length of time before the rate limit will be reset. | Learn More |
API Key
In order to use the API, you will need an API key. This needs to be included in an APIKey
header in every request you submit to the API. Learn about how to obtain your API key.
API Administration
As a SuperWEB2 administrator, you can control who has access to the Open Data API, and how often they are allowed to issue requests. Learn about configuring access to the Open Data API, as well as how to install the API.