Business Intelligence API
Wikidata API
Wikidata is a collaboratively maintained knowledge base with more than 121 million items covering people, organizations, places, works, and concepts. It is important for entity resolution, knowledge graphs, search enrichment, and structured research.
API Reference Version: 1.0.0 10 Endpoints Authentication
Base URL
https://api.pressmonitor.fr/wikidata/v1 Authentication
All requests use Bearer token authentication. Add the Authorization header to every call.
Authorization: Bearer YOUR_TOKEN GET
/suggest-entities Suggest Entities
Suggest Entities
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query_text | string | query | Yes | Query Text |
| lang | string | query | No | Lang |
| limit | string | query | No | Limit |
| offset | string | query | No | Offset |
Responses
200 Success
GET
/search/by-label Search Entities By Label
Search Entities By Label
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query_text | string | query | Yes | Query Text |
| lang | string | query | No | Lang |
| limit | string | query | No | Limit |
| offset | string | query | No | Offset |
Responses
200 Success
GET
/search/by-description Search Entities By Description
Search Entities By Description
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query_text | string | query | Yes | Query Text |
| lang | string | query | No | Lang |
| limit | string | query | No | Limit |
| offset | string | query | No | Offset |
Responses
200 Success
GET
/search/by-type Search Entities By Type
Search Entities By Type
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| type | string | query | Yes | Type |
| query_text | string | query | No | Query Text |
| lang | string | query | No | Lang |
| limit | string | query | No | Limit |
| offset | string | query | No | Offset |
Responses
200 Success
GET
/search/by-claim Search Entities By Claim Value
Search Entities By Claim Value
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| property | string | query | Yes | Property |
| value | string | query | No | Value |
| mode | string | query | No | Mode |
| lang | string | query | No | Lang |
| limit | string | query | No | Limit |
| offset | string | query | No | Offset |
Responses
200 Success
GET
/find/by-property Search Entities By Property
Search Entities By Property
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| property | string | query | Yes | Property |
| value | string | query | No | Value |
| qualifier | string | query | No | Qualifier |
| rank | string | query | No | Rank |
| lang | string | query | No | Lang |
| limit | string | query | No | Limit |
| offset | string | query | No | Offset |
Responses
200 Success
GET
/search/temporal Search Entities By Date Range
Search Entities By Date Range
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| property | string | query | Yes | Property |
| from | string | query | No | From |
| to | string | query | No | To |
| value | string | query | No | Value |
| lang | string | query | No | Lang |
| limit | string | query | No | Limit |
| offset | string | query | No | Offset |
Responses
200 Success
GET
/entities/$0 Get Entity By Id
Get Entity By Id
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| wikidata_id | string | query | Yes | Wikidata Id |
| lang | string | query | No | Lang |
Responses
200 Success
GET
/entities/$0/claims Get Entity Claims
Get Entity Claims
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| wikidata_id | string | query | Yes | Wikidata Id |
| lang | string | query | No | Lang |
| limit | string | query | No | Limit |
| offset | string | query | No | Offset |
Responses
200 Success
GET
/properties Get Properties
Get Properties
Responses
200 Success