tsapi.net

API provider — tsapi.net

🔑 apikey 3 endpoints analytics
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (2 total)

# Maven: see https://github.com/HoshinoSuzumi/amap-tsapi-sdk
dotnet add package TSApiSDK
curl examples
Returns a list of available Surveys
curl \
  -H "Authorization: $API_KEY" \
  /Surveys
Fetches the metadata for a specific survey
curl \
  -H "Authorization: $API_KEY" \
  /Surveys/{surveyId}/Metadata
Fetches some interview records for a specific survey
curl \
  -H "Authorization: $API_KEY" \
  /Surveys/{surveyId}/Interviews
Endpoints (3 total)
GET
/Surveys
Returns a list of available Surveys
GET
/Surveys/{surveyId}/Metadata
Fetches the metadata for a specific survey
GET
/Surveys/{surveyId}/Interviews
Fetches some interview records for a specific survey
Language coverage
Java
1
C#
1
At a glance
Total SDKs2
Languages2
Endpoints3
Authapikey
Categories1