Parameters
parameter group |
description |
parameter name |
implementation status |
values |
example value |
default |
|---|---|---|---|---|---|---|
service |
required |
dataService |
deployed |
The public service requires 'dataService=AKN', the internal eBird service requires 'dataService=EBIRD' |
AKN |
none |
location |
required |
location |
deployed |
One of eBird standard subnational1 codes , 2-letter ISO codes, integers 1-66, ebird subnat2 codes |
US-FL |
none |
|
required |
locationType |
deployed |
One of subnational1,country,bcr,subnational2 |
subnational1 |
none |
|
|
|
|
|
|
|
period |
|
|
|
|
|
|
|
optional |
beginYear |
deployed |
defines beginning of period of interest, in YYYY format |
2000 |
1900 |
|
optional |
endYear |
deployed |
defines end of period of interest, in YYYY format |
2000 |
2008 (i.e., current year) |
|
|
|
|
|
|
|
collection |
|
collection |
deployed (single collection); support for multiple collections not yet deployed/implemented |
AKN collection codes, eBird project IDs; initially there will be no away to request the entirety of AKN data as a collection |
EBIRD_PR,BBS |
none |
|
|
|
|
|
|
|
species |
optional |
species |
not implemented |
|
Sialia sialis |
all |
|
|
|
|
|
|
|
format |
optional |
format |
not implemented |
What format is response? |
csv |
csv |
|
|
|
|
|
|
|
output |
optional |
output |
"f" implemented; "c" not implemented |
|
f |
f |
|
|
|
|
|
|
|
locale |
|
optional | locale | not implemented
|
||||||
en_US |
en_US |
|||||
|
|
|
|
|
|
|
CSV Format Output (or tab delimited)
- The output is broken up into two parts:
- header
- Contains N lines of text, where N is as large as needed to hold AKN-approved attribution and branding info.
- Each line of text is treated as a single CSV field, which means it must be enclosed by double quotes, if it contains commas.
- Should this header data be plain text or HTML?
- If multiple header lines are included, the expectation are that they would be each turned into one paragraph in a presentation of the data. E.g. line #1 ==> paragraph #1.
- blank line, to separate header and data
- data
- header
-
-
- if S species are returned, the data part of the response has S+1 rows
- row 1 contains N for each of 48 "weeks"
- rows 2 through S+1 contain species name and frequency (0 <= frequency <= 1)
- if S species are returned, the data part of the response has S+1 rows
-
-
-
- the data part of the response contains 50 columns
- column 1 :: sci. name
- column 2 :: common name
- columns 3-50 :: frequency or category
- the data part of the response contains 50 columns
-