FAQs

Some of the biggest questions we get

Q: How many calls can we make?

A: There is no limit to the number of calls total, however, the API will be rate limited to 5 requests every 1 second and the maximum results per page is 100 (the next token is available for paginated results).

Q: Are there any things we can get on the API we cannot get on the platform?

A: No; Everything that is available on the API is available on platform, either directly in the charts or via an export.

Q: Are there any things on the platform we cannot get on the API?

A: Yes; We currently only have limitations for Twitter as a source, the details for which can be seen here

Q: Can we create searches using GraphQL?

A: Yes! Searches can be created using the TRAC Metadata Endpoint (trac.pulsarplatform.com/graphql)

Q: Can we order new historics via the GraphQL?

A: Yes! As above, searches can be created, previewed, and launched via the TRAC Metadata Endpoint (trac.pulsarplatform.com/graphql)

Q: Where can I see all of the fields queryable via the GraphQL API?

A: You can use an introspection query to access the schema for the API. Alternatively, test applications like Insomnia will automatically run introspection queries for you when you add the proper endpoint and authorization to your environment.

Last updated