Skip to content

Fetch encounter info

This tool was designed to extract extra bits of information about encounters from the happywhale search results and a specific encounter. The returned result is a JSON object containing details of the encounter.

Fetch Encounter ID

Let's first fetch the ID for an encounter from the happywhale webpage.

happy_whale_online

Fetch Encounter Details

Now let's use the encounter ID to fetch the encounter details

happy_whale_fetch

happywhale fetch -h
usage: happywhale fetch [-h] --id ID

options:
  -h, --help  show this help message and exit

Required named arguments.:
  --id ID     Encounter id to fetch

Last update: 2023-11-08
Created: 2023-11-08