Skip to content

AntoniyaM/nfl-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFL Public API 🏈

A public API for NFL teams and players information I developed for my personal applications.

Overview

This API provides access to NFL teams and active players data stored in Firebase. See the Swagger docs for detailed information on the available endpoints.

Tech Stack

  • Node.js
  • Express.js
  • TypeScript
  • Firebase (Firestore)
  • Swagger UI for API documentation

API Endpoints

Teams

  • GET /api/teams - Get all NFL teams
  • GET /api/teams/{id} - Get a specific team by ID

Players

  • GET /api/players - Get all NFL players (active players only)
  • GET /api/players/{id} - Get a specific player by ID

Conferences

  • GET /api/conferences - Get NFL conferences (AFC and NFC)

Position Types

  • GET /api/position-types - Get player position types (e.g. offense, special team, defense)

About

A public API for NFL teams & players information for my personal apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published