TWI API
The definitive structured knowledge pipe for RAG & LLM Grounding. Access 3.5M+ entities across 165 languages via low-latency JSON.
TWI API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search Entities /v1/search |
Perform a keyword search within a specific language to retrieve relevant entities and metadata. |
| GET |
Structured Filter /v1/filter |
Query entities by specific field values (e.g., parent_slug) to extract categorical data. |
| GET |
Get by ID /v1/by-id |
Fetch a specific entity using its immutable Global ID for stable knowledge graph lookups. |
| GET |
Get by Slug /v1/entry |
Retrieve the full rich-text entry using its unique URL slug (canonical post_name). |
| GET |
Get Random Entity /v1/random |
Retrieve a random entity for testing pipelines, discovery, or generating synthetic training data. |
| GET |
List Supported Languages /v1/languages |
Return the complete list of 165+ supported ISO 639-1 language codes available for query. |