Visualizer Feature Templates

Number of APIs: 19

A collection of various API requests to demonstrate the data visualization feature, created by student developers at Berkeley CodeBase. If you'd like to import any particular visualization separately, they are individually published and linked in the two subfolders below.


Currently, it contains 3 requests for bar chart, 3 requests for scatter plot, and 3 requests for table. They utilize various public APIs ranging from Spotify to the New York Times to UFO sightings, and are based on the JavaScript D3 visualization framework.


Each template is versatility tested and standardized to minimize changes to the code outside of custom data parsing. Feel free to use these as templates for your own visualizations!


Here are some examples of a scatter plot and tree!

alt text alt text

  1. Additional Templates-Map - UFO Sightings GET http://ufo-api.herokuapp.com/api/sightings/search?limit=200

  2. Basic Templates-Bar Chart - Open Brewery DB GET https://api.openbrewerydb.org/breweries?by_state=california

  3. Basic Templates-Bar Chart - Yelp GET https://api.yelp.com/v3/businesses/search?location=San Francisco

  4. Basic Templates-Bar Chart - School Digger GET https://api.schooldigger.com/v1.2/schools?st=CA&perPage=50&level =high&appID=demo-id&appKey=demo-key

  5. Basic Templates-Scatter Plot - School Test Scores GET https://api.schooldigger.com/v1.2/schools?st=CA&perPage=50&level=high&appID=demo-id&appKey=demo-key

  6. Basic Templates-Scatter Plot - World Trading Data GET https://intraday.worldtradingdata.com/api/v1/intraday?symbol=AAPL&range=1&interval=1&api_token=demo-token

  7. Basic Templates-Scatter Plot - UFO Sightings GET http://ufo-api.herokuapp.com/api/sightings/search?limit=200

  8. Basic Templates-Table - Pokemon GET https://pokeapi.co/api/v2/pokemon/

  9. Basic Templates-Table - Spotify Top Tracks GET https://api.spotify.com/v1/artists/43ZHCT0cAZBISjO8DG9PnE/top-tracks?country=SE

  10. Basic Templates-Table - NYT Most Viewed Articles GET https://api.nytimes.com/svc/mostpopular/v2/viewed/7.json?api-key=demo-key