Fizber APIs
| U.S. Events API |
|
U.S. Neighborhoods API (usa/state/county/city/zip) |

Welcome to the developer documentation for the Fizber Events API! The Fizber Events API lets you embed local events information in your web pages.
view full info » |
|

Welcome to the developer documentation for the Fizber Neighborhoods API! The Fizber Neighborhoods API lets you embed neighborhood information in your web pages.
view full info » |
| |
|
|
| U.S. School Finder API |
|
|  Welcome to the developer documentation for the Fizber Schools API! The Fizber Schools API lets you embed school search in your web pages.
view full info » |
|
Fizber API Terms of Use
Fizber provides this API for non-commercial use, by applying and receiving an API Key you are agreeing to the Fizber API Terms of Use. All websites and applications that present data from the Fizber API must display a "Powered by Fizber.com" logo on your site or application.
|
U.S. Events API
Welcome to the developer documentation for the Fizber Events API! The Fizber Events API lets you embed local events information in your web pages.
Request URL: http://www.fizber.com/xml_data/xml_events.xml
Sample Request Url: http://www.fizber.com/xml_data/xml_events.xml?state_code=NE&city=Elkhorn
Request parameters: state_code, city
Metod: GET

Response fields
| category_id |
Returns event’s category unique identifier |
| date_posted |
Returns the date of the event |
| description |
Returns event’s description |
| latitude |
Returns the latitude of the event’s location |
| longitude |
Returns the longitude of the event’s location |
| name |
Returns event’s name |
| start_date |
Return’s event’s start date |
| start_time |
Returns event’s start time |
| url |
Returns the URL for the event |
| venue_address |
Returns the address where the event will take place |
| venue_city |
Returns the city where event will take place |
| venue_country_code |
Returns the country where event will take place |
| venue_country_id |
Country unique identifier |
| venue_country_name |
Name of the country |
| venue_name |
Name of the place |
| venue_state_code |
Name of the state (abbreviated) |
| venue_state_id |
State unique identifier |
| venue_state_name |
Full name of the state |
| venue_zip |
Zip code of the place |
Sample response
↑ back to top
U.S. Neighborhoods API
Welcome to the developer documentation for the Fizber Neighborhoods API! The Fizber Neighborhoods API lets you embed neighborhood information in your web pages.
Request fields

↑ back to top
U.S. School Finder API
Welcome to the developer documentation for the Fizber Schools API! The Fizber Schools API lets you embed school search in your web pages.
Request URL: http://www.fizber.com/xml_data/xml_school_data.xml
Sample Request Url: http://www.fizber.com/xml_data/xml_school_data.xml?state=Ne&city=Omaha
Request parameters: state , city
Metod: GET

Response fields
| School name |
Name of the school. |
| Address |
Address of the school |
| Phone |
Phone number of the school, if known. |
| Grades |
School grades (e.g. 7-12) |
| County |
County in which the school is located. |
| Type |
Type of school. |
| City |
City in which the school is located. |
| State |
State in which the school is located. |
| Zip |
Zip in which the school is located. |
| Street |
Street in which the school is located. |
| State ID |
ID of the state in which the school is located. |
| Score |
School’s score calculated from test scores, school parent reviews and more. |
| ID |
School ID |
| Lat |
The latitude of the school’s location. |
| Lng |
The longitude of the school’s location. |
Sample response
↑ back to top