We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Request: GET /topic/{topicId}
GET /topic/{topicId}
Returns a single topic area with the given ID. This endpoint is public and does not require authorization.
application/json
application/xml
de
en
Load the “Technology / Engineering” topic area in German:
GET /v1/topic/8576549a-097f-45b3-8c59-fb3d6a03147d HTTP/1.1 Host: api.textking.com Accept: application/json Accept-Language: de
Response:
HTTP/1.1 200 Ok Content-Type: application/json; charset=utf-8 Content-Language: de { "id": "8576549a-097f-45b3-8c59-fb3d6a03147d", "name": "Technik / Technologie", "localization_language": "de", "links": [ { "rel": "self", "href": "https://api.textking.dev/v1/topic/8576549a-097f-45b3-8c59-fb3d6a03147d" } ] }