🐚 Abalone API

4,177 abalone — physical measurements + ring count (age = rings + 1.5 years)

Endpoints

MethodPathDescription
GET/abaloneList records — filter by sex, rings, weight
GET/abalone/{id}Single record by ID (0–4176)
PUT/abalone/{id}Replace all fields on a record
PATCH/abalone/{id}Update specific fields on a record
GET/statsSummary statistics per sex
GET/editSimple page to edit a record and save
GET/docsInteractive API explorer (try edits here!)

Example queries

/abalone?sex=F&min_rings=10&limit=5Female, 10+ rings
/abalone?min_whole_weight=1.5Heaviest animals
/abalone?sex=I&limit=20Infants, paginated

Fields

FieldTypeNotes
idintRow index 0–4176
sexM / F / IMale, Female, Infant
lengthfloat (mm)Longest shell measurement
diameterfloat (mm)Perpendicular to length
heightfloat (mm)Shell height with meat
whole_weightfloat (g)Whole abalone
shucked_weightfloat (g)Weight of meat
viscera_weightfloat (g)Gut weight after bleeding
shell_weightfloat (g)After drying
ringsintAge ≈ rings + 1.5 years