Skip to content
Justin Forest edited this page Mar 13, 2024 · 16 revisions

Table of Contents:

List trees

Example request:

GET /v1/trees HTTP/1.0

Example response:

{
  "trees": [
    {
      "id": 1,
      "lat": 37.7749,
      "lon": -122.4194
    },
    {
      "id": 2,
      "lat": 37.7749,
      "lon": -122.4194
    },
    {
      "id": 3,
      "lat": 37.7749,
      "lon": -122.4194
    }
  ]
}
Clone this wiki locally