Skip to main content
GET
/
businesses
/
List businesses
curl --request GET \
  --url https://earthcare.network/api/v1/businesses/
{
  "count": 123,
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {}
  ]
}

Query Parameters

q
string

Full-text query

category
string

Category slug

tag
string

Tag slug

badge
string
ethics
boolean

Response

200 - application/json

A page of businesses

count
integer
next
string<uri> | null
previous
string<uri> | null
results
object[]