dbpedia / lookup

Outputs a list of ranked DBpedia resources for a search string.
Apache License 2.0
186 stars 39 forks source link

The online dbpedia lookup service is down #62

Closed PeterRakke closed 4 years ago

PeterRakke commented 4 years ago

Hi there,

We are using the DBPedia Lookup online web service and it seems to be down: http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryClass=place&QueryString=Amsterdam

I would appreciate if you could take look and get it back online.

Thanks!

holycrab13 commented 4 years ago

Hi, Sorry for the inconvenience, the API endpoints have changed to: https://lookup.dbpedia.org/api/search?typeName=place&query=Amsterdam and https://lookup.dbpedia.org/api/prefix?typeName=place&query=Amsterdam

I will add a redirect for the old API as well This repository will be closed soon, please refer to the new repo (the DBpedia Lookup software has been rebuilt) https://github.com/dbpedia/dbpedia-lookup

PeterRakke commented 4 years ago

Thx!