Check a lot's purity from the command line
curl -s https://exactamino.com/api/lots.json \ | jq '.lots[] | select(.lot=="YPB.243")'
Every compound, every variant, every documented lot and every measured purity figure, published as plain JSON at a stable URL. No API key, no signup, no rate limit, no scraping required. If you want to pull our lot records into your own inventory system or check a purity figure programmatically, the data is already there.
Static JSON, regenerated whenever the catalog changes. Each file is self-describing: it carries its own name, description, licence and research-use notice, so a consumer who finds one in isolation still knows what it is.
Live excerpts, pulled from the actual endpoints when this page loads. If they render, the endpoints work.
Loading...
Loading...
curl -s https://exactamino.com/api/lots.json \ | jq '.lots[] | select(.lot=="YPB.243")'
curl -s https://exactamino.com/api/catalog.json \ | jq '.products[] | select(.documentation.lots_on_file > 2) | .name'
https://exactamino.com/feed.xml
RSS 2.0, the forty most recent lots, each linking to its verification page. Add it to any reader.
https://exactamino.com/opensearch.xml
An OpenSearch descriptor. Most browsers offer to add it automatically after a visit.