From e9836cc6016255caf696b7096569a4d899652828 Mon Sep 17 00:00:00 2001 From: Vera de Kok Date: Thu, 29 Apr 2021 12:58:06 +0200 Subject: [PATCH] Update data-extension-api.md (#3861) API endpoint moved from https://openrefine-wikidata.toolforge.org/ to https://wikidata.reconci.link/en/ --- docs/docs/technical-reference/data-extension-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/technical-reference/data-extension-api.md b/docs/docs/technical-reference/data-extension-api.md index d29d4b677..50c3d5df3 100644 --- a/docs/docs/technical-reference/data-extension-api.md +++ b/docs/docs/technical-reference/data-extension-api.md @@ -4,7 +4,7 @@ title: Data extension API sidebar_label: Data extension API --- -This page describes a new optional API for reconciliation services, allowing clients to pull properties of reconciled records. It is supported from OpenRefine 2.8 onwards. A sample server implementation is available in the [Wikidata reconciliation interface](https://tools.wmflabs.org/openrefine-wikidata/). +This page describes a new optional API for reconciliation services, allowing clients to pull properties of reconciled records. It is supported from OpenRefine 2.8 onwards. A sample server implementation is available in the [Wikidata reconciliation interface](https://wikidata.reconci.link/). ## Overview of the workflow @@ -33,7 +33,7 @@ Example service metadata: ```json "extend": { "propose_properties": { - "service_url": "https://tools.wmflabs.org/openrefine-wikidata", + "service_url": "https://wikidata.reconci.link/", "service_path": "/en/propose_properties" }, "property_settings": [] @@ -47,7 +47,7 @@ The role of the property proposal endpoint is to suggest a list of properties to The type is specified by its id in the `type` GET parameter of the endpoint, as follows: -https://tools.wmflabs.org/openrefine-wikidata/en/propose_properties?type=Q3354859&limit=3 +https://wikidata.reconci.link/en/propose_properties?type=Q3354859&limit=3 The endpoint returns a JSON response as follows: