Skip to main content
GET
List intakes

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Query Parameters

intake_type
enum<string>

Only arrivals of this type.

Available options:
stray,
owner_surrender,
transfer_in,
born_in_care,
return,
confiscation,
unknown,
other
surrender_reason
enum<string>

Only arrivals given up for this reason.

Available options:
moving,
landlord,
allergies,
behavior,
medical_cost,
no_time,
owner_death,
owner_illness,
too_many_pets,
financial,
baby_or_child,
stray_kept_too_long,
other
from
string<date>

Arrivals on or after this day (YYYY-MM-DD).

to
string<date>

Arrivals on or before this day (YYYY-MM-DD).

limit
integer
default:50

How many to return. 50 unless you say, 200 at most.

Required range: 1 <= x <= 200
offset
integer
default:0

How many to skip, for the next page.

Required range: x >= 0

Response

One page of intakes.

results
object[]
required
limit
integer
required
offset
integer
required
has_more
boolean
required

Whether there is another page after this one.

total
integer
required

How many match in all.