Quantify

Keep track of whatever you like. Export to CSV anytime.

Not logged in. Login Register
FAQ

API v1

You can view and create an API token at /profile when logged in.

Create reading

Status: Alpha
Path: POST /api/v1/readings/{readingid}
Headers: Content-type: application/json
Body:
{
    "token": "YOUR API token",
    "date": "2024-09-24",
    "reading": -0.1442
}
Errors: 400 if request is invalid, 401 if token is invalid
Success: Returns 200, and the created reading id
Curl curl -X POST -H "content-type: application/json" -d '{"token": "YOUR TOKEN", "date": "2024-01-14", "reading": -141.2}' https://qntfy.co.uk/api/v1/readings/READINGID

© 2022 qntfy.co.uk