factual knowledge graph - wikipedia
Factual knowledge graph to query the context of topics and search for connections in between of topics. Each topic is paired and synced with English Wikipedia articles.
factual knowledge graph - wikipedia endpoints
| Method | Endpoint | Description |
|---|---|---|
| Insight | ||
| GET |
Context between multiple entities /insight/{_id}/{_second}/{_n-th}/ |
Return graph of connections between a set of topics. Max number of topics is 5. |
| GET |
Context of a topic /insight/{_id}/ |
Return insights about a topic. Insight is a sub-graph of first neighbours related to a parent {_id}. |
| Other endpoints | ||
| GET |
Neighbors /neighbors/{_id}/ |
Neighbors - Return a list of neighbors sorted by relative rank. |
| GET |
API - Base endpoint / |
Welcoming message with contact details to developer. |
| GET |
Search /fuzzyautocomplete |
Search (fuzzy) function. Based on Wikimedia API, returned topics are mapped to entities in factual knowledge graph. |
factual knowledge graph - wikipedia pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|