Animals — entry 012 of 20

Movebank

Verified Jul 2026

Movebank is the Max Planck Institute of Animal Behavior's open, collaborative database for GPS tracking, biologging, and other animal-movement data, with a direct-read REST endpoint for pulling study, tag, deployment, and event records as CSV (the default) or JSON. Access requires a free Movebank account: a live probe of the real www.movebank.org/movebank/service/direct-read endpoint returned 401 Unauthorized with a WWW-Authenticate: BASIC challenge on every unauthenticated call — including a bare entity_type=study listing — and 403 with invalid credentials, confirming HTTP Basic Auth is enforced rather than optional. It's free to use, sharing a modest rate limit (one concurrent request per IP) that Movebank will lift on request for research or education.

wildlife-trackinggpsbiologgingbasic-auth
AuthenticationBasic AuthSign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSON, CSVResponses can be requested as JSON or CSV.

GreatAPIs Score

Score70out of 100
Authentication15/25Basic Auth credentials required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 70 on greatapis.com
<a href="https://greatapis.com/api/movebank/"><img src="https://greatapis.com/badge/movebank.svg" alt="Scored 70 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.