Back to catalog
🎬

Bob's Burgers API

Free

The Bob's Burgers API contains data for hundreds of characters, episodes, running gags, and images from the show

🎬VideoHTTPSCORS enabledNo API key required

Bob Belcher

Bob's Burgers

NameBob Belcher
OccupationRestaurant Owner
Voiced ByH. Jon Benjamin

Sample Response

response.json
1{
2 "id": 1,
3 "name": "Bob Belcher",
4 "occupation": "Restaurant Owner",
5 "firstEpisode": "Human Flesh",
6 "voicedBy": "H. Jon Benjamin",
7 "relatives": [
8 "Linda Belcher",
9 "Tina Belcher",
10 "Gene Belcher",
11 "Louise Belcher"
12 ],
13 "image": "https://bobsburgers-api.herokuapp.com/images/characters/1.png"
14}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://bobsburgersapi.com/"
View Documentation

Similar APIs