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.
Latency
1938ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/Surveys
Returns a list of available Surveys
/Surveys/{surveyId}/Interviews
Fetches some interview records for a specific survey
/Surveys/{surveyId}/Metadata
Fetches the metadata for a specific survey
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