Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glopzel/bojack-horseman-api
API with info of the netflix series BoJack Horseman
https://github.com/glopzel/bojack-horseman-api
api express mongodb supabase-js
Last synced: about 1 month ago
JSON representation
API with info of the netflix series BoJack Horseman
- Host: GitHub
- URL: https://github.com/glopzel/bojack-horseman-api
- Owner: glopzel
- Created: 2022-06-09T06:30:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T22:40:16.000Z (about 2 months ago)
- Last Synced: 2024-09-28T11:02:18.069Z (about 2 months ago)
- Topics: api, express, mongodb, supabase-js
- Language: HTML
- Homepage: https://bojack-horseman-api.onrender.com
- Size: 2.5 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bojack-horseman-api
This is an API of Bojack... Horseman obviously. So far it has ~100 characters, each with their name, species and voice person.
## Preview
![bojack-api](https://github.com/glopzel/bojack-horseman-api/assets/74939915/e63b271a-88e5-49f6-a330-0044963f8e68)## The link almighty
Link to the site: [https://bojack-horseman-api.onrender.com](https://bojack-horseman-api.onrender.com)
This is the link to get to the data by name: `https://bojack-horseman-api.onrender.com/api/characters/{princess carolyn}`
Get characters by species: `https://bojack-horseman-api.onrender.com/api/characters/species/{horse}`
## Example of result
`https://bojack-horseman-api.onrender.com/api/characters/6` will result in
```json
[
{
"name": "mr peanutbutter",
"voice": "paul f. tompkins",
"species": "dog",
"first-ep": "BoJack Horseman: The BoJack Horseman Story, Chapter One",
"last-ep": "Nice While It Lasted",
"breed": "labrador retriever",
"id": 6,
"aliases": [
"Mr. Chocolate Hazelnut",
"Mr. Papernumber",
"Dog Dog Peanut-Man",
"Peanutbottle",
"Mr. Dog-Man",
"Mister Mr."
],
"occupation": [
"Actor",
"Entrepreneur",
"Owner of Elefino",
"Host of 'Hollywoo Stars and Celebrities: What Do They Know? Do They Know Things?? Let's Find Out!' (formerly)",
"Sales Associate at Lady FootLocker"
],
"filmography": [
"Mr. Peanutbutter's House",
"Hollywoo Stars and Celebrities: What Do They Know? Do They Know Things?? Let's Find Out! (HSAC!WDTK?DTKT??LFO!)",
"Philbert",
"Birthday Dad"
]
}
]
```## Tech used
- ~~MongoDB~~
- Supabase!,
- Node/Express
- ~~React~~ ~~react-code-blocks and react-router-dom~~
- ~~HTML (for now)~~
- Astro/Starlight![![My Skills](https://skillicons.dev/icons?i=js,nodejs,express,supabase,astro)](https://skillicons.dev)
## Future Plans
- typescript it