State Search
- Description: This Method outputs Local Resources data (from SBIR.gov database) that contain the state selected.
- Example: https://www.sbir.gov/api/local-assistance.xml?state=AL
- Return Types: XML, JSON
- Fields returned from the API = title, description, resource_state, FAST, GA, PTAC, SBDC, RIC, State, MEP, POCC, B2S, MBC, address1, address2, zip, city, state, url , poc_name, poc_title, poc_email, poc_phone, poc_fax, local_asssistance_link
Local Resource Type Search
-
Description:
This Method outputs Local Resources data (from SBIR.gov database) that contain the local resources type selected.
- Example: https://www.sbir.gov/api/local-assistance.xml?type=GA
- Return Types: XML, JSON
- Fields returned from the API = title, description, resource_state, FAST, GA, PTAC, SBDC, RIC, State, MEP, POCC, B2S, MBC, address1, address2, zip, city, state, url , poc_name, poc_title, poc_email, poc_phone, poc_fax, local_asssistance_link
Additional Information
The pages for this API have set limits for number of returns per request. The limits are by default set to serve 100 rows per request. Below is an example of how the pagination is set for this API:
Example: https://www.sbir.gov/api/local-assistance.xml?rows=1000
Pagination and Maneuvering through Pages:
To continue to receive the remaining portions of your search results you must enable the starting offset parameter also known as Offset-based Pagination. The pages for this API have set limits for number of records per request as mentioned above. Using the assumption that the limitation is set to 100 records below is an example of how the pagination is set for this API:
For Page 2 Example: https://www.sbir.gov/api/local-assistance.xml?start=100
For Page 3 Example: https://www.sbir.gov/api/local-assistance.xml?start=200
Return Types:
To change the return type from the API you will need to modify the document type in the URL request.
Example: Return Type=XML
https://www.sbir.gov/api/local-assistance.xml
Example: Return Type= JSON
https://www.sbir.gov/api/local-assistance.json
Example: Return Type=YAML
https://www.sbir.gov/api/local-assistance.yaml
Sorting:
Default sorting is title ascending. Changing the sorting is currently not supported on this endpoint.