Summary: Get taxon page details Operation ID: getPage Auth: none
Retrieve comprehensive details about a specific EOL taxon page. This endpoint returns rich biodiversity data including scientific names, common names in multiple languages, taxonomy hierarchy, images, videos, sounds, text articles, and references. It's the primary endpoint for getting full species information after you've identified the correct EOL page ID through search. The response can be customized with parameters to include/exclude specific content types like images, synonyms, or common names.
Original spec description
Retrieve detailed information about a specific EOL page including scientific name, common names, media, and taxonomic information.
Usage Tips
- Use `common_names=true` to get vernacular names in multiple languages
- Set `taxonomy=true` to include the full taxonomic hierarchy from different providers
- Control media counts with `images_per_page`, `videos_per_page`, `sounds_per_page`, `texts_per_page` (0-75 each)
- Use `vetted` parameter to filter content by trust level: 0=all, 1=trusted, 2=unreviewed, 3=untrusted, 4=trusted+unreviewed
- The `id` parameter is the EOL page ID (not the scientific name) - get this from the search endpoint first
- Set `synonyms=true` and `references=true` for complete taxonomic information