Movebank API
Overview
Movebank is a global database of animal movement and migration tracking data collected by GPS tags and sensors attached to wild animals worldwide. Researchers and students use it to explore migratory routes, habitat use, and behavioral patterns of birds, mammals, fish, and insects. Access is free but downloading GPS event data from some studies requires creating a Movebank account and accepting a data-use agreement.
Beginner Tip
Start by querying the public study list without authentication to browse available tracking studies, then use a found study ID to download actual GPS location data.
Available Data
Example Response
{
"name": "Movebank",
"data": "Movebank-specific information and attributes",
"source": "Movebank"
} Field Reference
id Unique study identifier used in subsequent event and animal data queries. name Human-readable name of the tracking study. principal_investigator_name Name of the lead researcher responsible for the study. taxon_ids List of species taxon IDs of animals tracked in the study. number_of_events Total GPS or sensor data points recorded across the entire study. Implementation Example
const url = "https://github.com/movebank/movebank-api-doc";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Axolotl
⭐ Beginner's PickAxolotl API returns random photos and fun facts about axolotls (aquatic salamanders).
Cat Facts
⭐ Beginner's PickCat Facts delivers random, verified facts about cats via a simple REST API.
Cataas
Cataas provides programmatic access to cat as a service (cats pictures and gifs) via REST API.
Dog Facts
⭐ Beginner's PickDog Facts API returns random interesting facts about dogs as plain JSON.
Dog Facts
⭐ Beginner's PickThis Dog Facts API returns random dog facts in clean JSON with no API key required.