nsip-api-client
active
Tech Stack:
Python
API Client
Agriculture
nsip-api-client is a Python client for the National Sheep Improvement Program (NSIP) Search API, reverse-engineered from nsipsearch.nsip.org.
Features
- Complete API Coverage — Access to animal search, pedigree, and genetic data
- Type-Safe — Full type hints for IDE support
- Async Support — Asynchronous API for efficient bulk queries
Usage
from nsip_api_client import NSIPClient
client = NSIPClient()
results = client.search_animals(breed="Suffolk")