APIHub
Back to Explore

TSAPI

The TSAPI provides read‑only access to survey resources, allowing clients to list available surveys, retrieve a survey's metadata, and fetch interview records for a specific survey with pagination support.

Analytics
apiKeyHeader
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1938ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/Surveys

Returns a list of available Surveys

GET

/Surveys/{surveyId}/Interviews

Fetches some interview records for a specific survey

  • surveyId (path, required)
  • start (query)
  • maxLength (query)
GET

/Surveys/{surveyId}/Metadata

Fetches the metadata for a specific survey

  • surveyId (path, required)

3 endpoints auto-detected

Authentication

This API uses an API key, passed in the "Authorization" header. No OAuth required.

curl -X GET \
  "https://tsapi.net/Surveys" \
  -H "Authorization: YOUR_API_KEY"

tsapi.net · HTTPS only