-
Notifications
You must be signed in to change notification settings - Fork 2
API
Justin Forest edited this page Mar 13, 2024
·
16 revisions
Table of Contents:
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
}
]
}