Recommended Sites API - Keyword Listing

1. Summary

The Recommended Sites keyword listing returns a list of all possible keywords that can be used when searching Recommended Sites by keyword.

The API is RESTful and output formats are available in XML and JSON.

2. Request Methods

Keyword List

URL template:
http://api.sba.gov/rec_sites/keyword_list.FORMAT
Example URL:
http://api.sba.gov/rec_sites/keyword_list.xml
Parameters:
FORMAT
Either xml or json, case sensitive.

3. Response Format

XML Format

The XML response document root element's tag-name is <keywords>. Each keyword returned in the document is contained within a <keyword> element, consisting of Parsed Character Data.

JSON Format

The JSON response consists of an array of strings, each representing a possible keyword.