2

Is there an API for WikiTravel data? Is it same as the MediaWiki Api? if any one knows any tutorial or "how to" documentation please let me know.

hippietrail
  • 15,848
  • 18
  • 99
  • 158
dinesh707
  • 12,106
  • 22
  • 84
  • 134
  • Essentially a dupe of http://stackoverflow.com/questions/964454/how-to-use-wikipedia-api-if-it-exists?rq=1 – Nemo Apr 29 '15 at 22:00

2 Answers2

8

WikiTravel has just been forked as an official WikiMedia project (the organization behind Wikipedia) called "WikiVoyage", which runs on pretty much the same version of MediaWiki as Wikipedia and the other projects.

WikiVoyage API, the raw API access.

WikiVoyage APISandbox, human friendly form to query the API.

Though the API is self-documenting, there is much better documentation hosted on the MediaWiki wiki.

hippietrail
  • 15,848
  • 18
  • 99
  • 158
3

Formerly you could find it here:

WikiTravel API

I hope it will help you, you can change the letters (en) if you want it in another language.

hippietrail
  • 15,848
  • 18
  • 99
  • 158
ChapMic
  • 26,954
  • 1
  • 21
  • 20
  • 1
    Note that Wikitravel is running an ancient version of MediaWiki (1.11.2), so great big slabs of API functionality, including anything to do with editing, are not available. – lambshaanxy Mar 15 '12 at 06:01