Skip to content

Instantly share code, notes, and snippets.

@pnorman
Created June 23, 2013 04:58
Show Gist options
  • Save pnorman/5843852 to your computer and use it in GitHub Desktop.
Save pnorman/5843852 to your computer and use it in GitHub Desktop.
API calls list
API endpoint Request type Answerable from current planet + diffs
/api/capabilities GET No
/api/0.6/map GET Yes
/api/0.6/permissions GET No
/api/0.6/changeset/create PUT No
/api/0.6/changeset/#id GET No
/api/0.6/changeset/#id PUT No
/api/0.6/changeset/#id/close PUT No
/api/0.6/changeset/#id/download GET No
/api/0.6/changeset/#id/expand_bbox POST No
/api/0.6/changesets GET No
/api/0.6/changeset/#id/upload POST No
/api/0.6/[node|way|relation]/create PUT No
/api/0.6/[node|way|relation]/#id PUT No
/api/0.6/[node|way|relation]/#id DELETE No
/api/0.6/[node|way|relation]/#id/history GET No
/api/0.6/[node|way|relation]/#id/#version GET No
/api/0.6/[nodes|ways|relations]?#parameters GET Yes
/api/0.6/[node|way|relation]/#id/relations GET Yes
/api/0.6/node/#id/ways GET Yes
/api/0.6/[way|relation]/#id/full GET Yes
/api/0.6/[node|way|relation]/#id/#version/redact PUT No
/api/0.6/trackpoints GET No
/api/0.6/gpx/create POST No
/api/0.6/gpx/<id>/details GET No
/api/0.6/gpx/<id>/data GET No
/api/0.6/user/gpx_files GET No
/api/0.6/user/#id GET No
/api/0.6/user/details GET No
/api/0.6/user/preferences GET No
/api/0.6/user/preferences PUT No
PUT /api/0.6/user/preferences/[your_key] PUT No
/api/0.6/notes GET No
/api/0.6/notes/#id GET No
/api/0.6/notes POST No
/api/0.6/notes/#id/comment POST No
/api/0.6/note/#id/close POST No
/api/0.6/notes/search GET No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment