/bachelor-nation-api

API of the participants of the United States Bachelor and Bachelorette shows

Primary LanguageTypeScriptMIT LicenseMIT

Bachelor Nation API

Data

The database is built using this file which includes The Bachelor Seasons 1-21 and The Bachelorette Seasons 1-12. Most of this data was fetched from Wikipedia using this scraper.

There are missing contestants for the following seasons:

  • Bachelor
    • Season 3
    • Season 4
    • Season 6
    • Season 7
    • Season 8
  • Bachelorette
    • Season 3

I also can't track down Cosetta Blanca's age. She was a Dancer from Italy who appeared on Season 9 of The Bachelor.

Background

Based on Endpoints Example Implementation.

Setup Instructions

  • Run the following commands:
$ git clone https://github.com/kthffmn/bachelor-nation-api.git
$ cd bachelor-nation-api
$ npm install
$ npm start

For more details on how to interact with this API, see the JSON-API Specification