PUBLIC API

RESCURE Public API

Integrate RESCURE rescue data into your applications with our REST API.

Authentication

API access requires an Enterprise subscription. Contact us to get your API key.

Pass your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Base URL

All API endpoints are served from the following base URL. Use HTTPS for all requests.

https://rescure.app

Rate Limits

120

requests / min

50K

requests / day

Endpoints

GET/api/v1/incidents?limit=20&offset=0&urgency=HIGH

List recent incident reports. Filter by urgency level.

Example Response

{
  "data": [
    {
      "id": "clxxx...",
      "lat": 19.076,
      "lng": 72.877,
      "urgencyLevel": "HIGH",
      "status": "ASSIGNED",
      "createdAt": "2026-02-28T10:00:00.000Z",
      "address": "Andheri West, Mumbai"
    }
  ],
  "total": 142,
  "page": 0
}
GET/api/v1/animals?status=READY_FOR_ADOPTION&limit=20

List animals available for adoption or in care.

Example Response

{
  "data": [
    {
      "id": "clyyy...",
      "name": "Bruno",
      "species": "dog",
      "breed": "Indie",
      "status": "READY_FOR_ADOPTION",
      "publicSlug": "bruno-indie-2026",
      "photo": "https://cdn.example.com/bruno.jpg",
      "intakeDate": "2026-01-15T00:00:00.000Z"
    }
  ]
}
GET/api/v1/ngos

List all verified NGOs on the platform.

Example Response

{
  "data": [
    {
      "id": "clzzz...",
      "name": "Paws of Hope",
      "city": "Mumbai",
      "state": "Maharashtra",
      "logo": "https://cdn.example.com/logo.png",
      "activeCaseCount": 12
    }
  ]
}
GET/api/v1/stats

Platform-wide statistics. No authentication required.

Example Response

{
  "totalIncidents": 1842,
  "totalRescued": 1203,
  "totalAnimals": 654,
  "activeNGOs": 38,
  "totalSponsors": 210
}
PRICING

Plans for every organisation

From a single-city shelter to a nationwide network — pick the plan that fits your scale.

Starter

Small-scale NGOs running a single shelter or city operation.

₹0/month

Free forever · no credit card needed

  • Up to 25 active cases
  • Animal QR profiles
  • Incident reporting
  • Community adoption listings
  • Basic analytics dashboard
  • Marketplace access
  • Vet consultations
  • API access
  • Priority support
Most Popular

Growth

Large-scale NGOs managing multiple cities or a sizeable operation.

₹2,999/month

Billed annually · save 20%

  • Unlimited active cases
  • Animal QR profiles
  • Incident reporting
  • Community adoption listings
  • Advanced analytics + exports
  • Marketplace — NGO wholesale prices
  • Vet consultations (10/month)
  • API access
  • Email support (48h SLA)

Enterprise

Governments, federations and large rescue networks needing API & custom SLAs.

Custom

Contact us for a quote

  • Everything in Growth
  • Full REST API access + webhooks
  • Unlimited vet consultations
  • Custom data exports & reports
  • White-label option
  • Dedicated account manager
  • Custom SLA & uptime guarantee
  • SSO / SAML integration
  • Priority support (4h SLA)

All plans include SSL-secured data, GDPR-compliant storage, and 99.9% uptime SLA. Prices shown in INR and exclude 18% GST.

Need API Access?

API access requires an Enterprise subscription. Get your key and start building today.

Contact Us