🐔 Poultry Farm Management API

Comprehensive REST API for managing poultry farm operations

📚 Swagger UI

Interactive API documentation with a modern interface. Test endpoints directly from your browser.

Open Swagger UI

📖 ReDoc

Clean, responsive API documentation with a three-panel design. Perfect for reading and sharing.

Open ReDoc

🔧 API Browser

Django REST Framework's browsable API. Navigate and interact with the API using forms.

Browse API

📋 OpenAPI Schema

Download the raw OpenAPI 3.0 schema for integration with other tools and services.

Get Schema

API Endpoints

🏢 Core Farm Management

  • GET /api/v1/organizations/ - Manage organizations
  • GET /api/v1/farms/ - Manage farm locations
  • GET /api/v1/houses/ - Manage poultry houses
  • GET /api/v1/rooms/ - Manage rooms
  • GET /api/v1/batches/ - Manage chicken batches
  • GET /api/v1/egg-collections/ - Track egg collections

📊 Production Tracking

  • GET /api/v1/production/egg-production/ - Daily egg production
  • GET /api/v1/production/mortality/ - Mortality records
  • GET /api/v1/production/metrics/ - Production KPIs

📦 Inventory Management

  • GET /api/v1/inventory/feed-inventory/ - Feed stock levels
  • GET /api/v1/inventory/medication-inventory/ - Medicine inventory
  • GET /api/v1/inventory/suppliers/ - Supplier management

💉 Health Records

  • GET /api/v1/health/vaccinations/ - Vaccination records
  • GET /api/v1/health/treatments/ - Medical treatments
  • GET /api/v1/health/health-checkups/ - Health inspections