*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Static Examples
JSON
| No Format |
|---|
[{
"howManylocID": "39L99381",
"lat": 42.47919694613266,
"locIDhowMany":"L97555",
1,
"locName": "SapsuckerStewart WoodsPark",
"comNameobsValid":"Mallard",
true,
"lng": -76.45137785059255,
"sciName": "AnasHirundo platyrhynchosrustica",
"obsReviewed": false,
"obsDt": "2009-0306-0924 1117:3000"},
] ,
"comName": "Barn Swallow"
}]
|
Error response
If there are validation problems with the input parameters the response will be an HTTP 400 error code that includes a simple array containing details of the problems encountered:
| No Format |
|---|
[{
"errorMsg": "LatitudeThe maximum outnumber of range",
"errorCode":"error.data.lat_out_of_range"},
{"errorMsg":"Longitude out of range",
days back is 30",
"errorCode": "error.data.lngtoo_outmany_of_rangeback"
}]
|
XML
| No Format |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<response>
<header>
<locale country="US" language="en"/>
<timestamp>
2009-07-01T10:29:53.035-04:00
</timestamp>
<criteria>
<command>
<fmt>
xml
</fmt>
<include-provisional>
true
</include-provisional>
<r>
L99381
</r>
<back>
30
</back>
<max-results>
500
</max-results>
<detail>
simple
</detail>
</command>
</criteria>
</header>
<result>
<sighting>
<loc-id>
L99381
</loc-id>
<obs-dt>
2009-06-24 17:00
</obs-dt>
<obs-reviewed>
false
</obs-reviewed>
<obs-valid>
true
</obs-valid>
<loc-name>
Stewart Park
</loc-name>
<how-many>
1
</how-many>
<lat>
42.4613266
</lat>
<lng>
-76.5059255
</lng>
<com-name>
Barn Swallow
</com-name>
<sci-name>
Hirundo rustica
</sci-name>
</sighting>
</result>
</response>
|
...