Fizber APIs
| U.S. Events API |
|
U.S. Neighborhoods API (by city) |

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. Neighborhoods API (by state) |
|
U.S. School Finder API |
|  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 » |
|
 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 » |
| |
|
|
| U.S. Climate API (by state and city) |
|
U.S. Unemployment Rates API (by state) |

WeWelcome to the developer documentation for the Fizber Climate API! The Fizber Climate API lets you embed climate information in your web pages.
view full info » |
|

Welcome to the developer documentation for the Fizber API! The Fizber Unemployment Rates API lets you embed unemployment stats in your web pages.
view full info » |
| |
|
|
| U.S. Job and Salary API (by state) |
|

Welcome to the developer documentation for the Fizber Job and Salary API! This Fizber API lets you embed information about occupations and salary in your web pages.
view full info » |
|
U.S. Climate API (by state and city)
Welcome to the developer documentation for the Fizber Climate API! The Fizber Climate API lets you embed climate information in your web pages.
Request URL: http://www.fizber.com/xml_data/xml_climate.xml
Sample Request Url: http://www.fizber.com/xml_data/xml_climate.xml?state=NE&city=Omaha
Request parameters: City - City Name, state - State Name
Metod: GET

Response fields:
| Rainfall (in.) |
Returns total number of rainfall in inches |
| Snowfall (in.) |
Returns total number of snow in inches |
| Precipitation Days |
Returns total number of precipitation days |
| Sunny Days |
Returns total number of sunny days |
| Avg. July High |
Returns average highest temperature in July |
| Avg. Jan. Low |
Returns average lowest temperature in January |
| Comfort Index (higher=better) |
Returns Heat/Comfort Index for the given location |
| UV Index |
Returns UV Index for the given location |
| Elevation ft. |
Returns elevation of the location in ft. |
Sample response
↑ back to top
U.S. Unemployment Rates API (by state)
Welcome to the developer documentation for the Fizber API! The Fizber Unemployment Rates API lets you embed unemployment stats in your web pages.
Request URL: http://www.fizber.com/xml_data/xml_job_employed.xml?state_code=FL
Sample Request Url: http://www.fizber.com/xml_data/xml_job_employed.xml?state_code=FL
Request parameters: state_code - State Code
Metod: GET

Response fields:
| id |
Returns a zip code of the location |
| laus_code |
Returns the requested county code |
| state_code |
Returns the requested state code |
| county_code |
Returns the requested county code |
| county_state |
Returns the requested county and state name |
| year |
Returns the year statistics is valid for |
| labor_force |
Returns the total number of labor force in the location |
| employed |
Returns the total number of employed labor force in the location |
| unemployed_level |
Returns the unemployed rank |
| unemployed_rate |
Returns the unemployed rate |
| state |
Returns the name of the state |
| county |
Returns the name of the county |
| state_id |
Returns the state ID |
Sample response
↑ back to top
U.S. Job and Salary API (by state)
Welcome to the developer documentation for the Fizber Job and Salary API! This Fizber API lets you embed information about occupations and salary in your web pages.
Request URL: http://www.fizber.com/xml_data/xml_job_salary.xml
Sample Request Url: http://www.fizber.com/xml_data/xml_job_salary.xml?state_code=FL
Request parameters: state_code - State Code
Metod: GET

Response fields:
| state_code |
The MSA code or the State fips code |
| state_name |
The State abbreviation (only on the State file) |
| OCC_COD |
The State name (only on the State file) |
| OCC_TITL |
The MSA name (only on the MSA files) |
| GROUP |
The North American Industry Classification System (NAICS) code for the given industry (only on the national industry files) |
| TOT_EM |
The North American Industry Classification System (NAICS) title for the given industry (only on the national industry files) |
| EMP_PRS |
The 7-digit Standard Occupational Classification (SOC) code for the occupation |
| H_MEA |
The Standard Occupational Classification title for the occupation |
| A_MEA |
Contains "major" if this is a SOC major group occupation |
| MEAN_PRS |
otherwise this column is blank |
| H_PCT10 |
The estimated total employment rounded to the nearest 10 (excludes self-employed) |
| H_PCT25 |
The percent relative standard error for the employment |
| H_MEDIA |
The percent of industry employment in the given occupation (only on the national industry files) |
| H_PCT75 |
The percent of establishments reporting the given occupation in the given industry (only on the national industry files) |
| H_PCT90 |
The mean hourly wage |
| A_PCT10 |
The mean annual wage |
| A_PCT20 |
The percent relative standard error for the mean wage |
| A_MEDIA |
The hourly 10th percentile wag |
| A_PCT75 |
The hourly 25th percentile wage |
| A_PCT90 |
The hourly median wage (or the 50th percentile) |
| ANNUA |
The hourly 75th percentile wage |
| HOURL |
The hourly 90th percentile wage |
Sample response
↑ back to top
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 (by city)
Welcome to the developer documentation for the Fizber Neighborhoods API! The Fizber Neighborhoods API lets you embed neighborhood information in your web pages.
Request URL: http://www.fizber.com/xml_data/xml_neighborhood_info.xml
Sample Request Url: http://www.fizber.com/xml_data/xml_neighborhood_info.xml?city=Omaha&state=Nebraska
Request parameters: City - City Name, state - State Name
Metod: GET

Response fields:
| Geographic Summary Level |
|
| Total population: Total |
Returns total number of population for the requested neighborhood ID |
| Geography Identifier |
|
| Geography Identifier |
|
| Population in households: Total |
Returns total number of population for the requested neighborhood ID |
| Geography |
City and state |
Sample response
↑ back to top
U.S. Neighborhoods API (by state)
Welcome to the developer documentation for the Fizber Neighborhoods API! The Fizber Neighborhoods API lets you embed neighborhood information in your web pages.
Request URL: http://www.fizber.com/xml_data/xml_neighborhood_info.xml
Sample Request Url: http://www.fizber.com/xml_data/xml_neighborhood_info.xml?state=Florida
Request parameters state - State Name
Metod: GET

Response fields:
| Total: Male; 30 to 34 years |
Returns total number of male population 30 to 34 years |
| Total: Male |
Returns total number of male population 25 to 29 years |
| Both sexes |
Returns total number of male and female population |
| Total: Male; 10 to 14 years |
Returns total number of male population 10 to 14 years |
| Total: Male; 5 to 9 years |
Returns total number of males 5-9 years |
| Total: Male; 20 to 24 years |
Returns total number of males 20 to 24 years |
| Total: Male; 15 to |