{"id":26506383,"url":"https://github.com/dmontgomery40/birdstatsgpt","last_synced_at":"2026-02-06T14:34:07.366Z","repository":{"id":207760132,"uuid":"720028217","full_name":"DMontgomery40/BirdStatsGPT","owner":"DMontgomery40","description":"API-integrated custom GPT for insightful bird vocalization data analysis.","archived":false,"fork":false,"pushed_at":"2024-12-06T09:42:05.000Z","size":79,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-10T00:39:46.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DMontgomery40.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-17T12:27:43.000Z","updated_at":"2025-04-19T08:55:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c8a71c4-7065-4c75-98af-6c34ac267017","html_url":"https://github.com/DMontgomery40/BirdStatsGPT","commit_stats":null,"previous_names":["dmontgomery40/birdstatsgpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DMontgomery40/BirdStatsGPT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2FBirdStatsGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2FBirdStatsGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2FBirdStatsGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2FBirdStatsGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DMontgomery40","download_url":"https://codeload.github.com/DMontgomery40/BirdStatsGPT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMontgomery40%2FBirdStatsGPT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29164867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T12:44:37.655Z","status":"ssl_error","status_checked_at":"2026-02-06T12:44:13.991Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-20T22:35:20.892Z","updated_at":"2026-02-06T14:34:07.347Z","avatar_url":"https://github.com/DMontgomery40.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# BirdStatsGPT\n\n**https://chat.openai.com/g/g-G8R6D6ufP-birdstats-gpt**\n\n## Introduction\n\nHey there! Love birds? Running a BirdNET-Pi station? This GPT is your new birding buddy. \n\nBirdStatsGPT can help you make sense of all your bird data by connecting your BirdNET-Pi/BirdWeather detections with eBird's massive database. Just chat with it naturally - no need to deal with APIs or complex queries.\n\nAsk things like:\n- \"My BirdNET heard a Swainson's Thrush this morning - is that unusual for my area?\"\n- \"What's the rarest bird my station detected this week?\"\n- \"Are the American Goldfinches my station keeps hearing also being reported on eBird?\"\n- \"Cross-reference my station's detections with historical eBird data for my county\"\n\nIt does all the heavy lifting of querying APIs and analyzing the data. You just need your BirdNET-Pi station token to get started!\n\n## Authentication\n\n### BirdNET-Pi / Birdweather API\nCurrently, you can include your station token directly in the query parameter. While this works, it's worth noting this might be adjusted in future updates for better security practices.\n\n### eBird API\nPublic research token, no need to anything on your end. The token is securely stored within the system.\n\n[Technical API documentation below for the curious, but you don't need any of this to use me - just chat naturally!]\n\n## API Documentation\n\n### BirdWeather API Endpoints\n\n#### Station Stats\n    GET /api/v1/stations/{token}/stats\n\n*Parameters:*\n- `period` (optional): day/week/month/all (default: day) \n- `since` (optional): ISO8601 timestamp\n\n#### Station Species\n    GET /api/v1/stations/{token}/species\n\n*Parameters:*\n- `period` (optional): day/week/month/all (default: day)\n- `since` (optional): ISO8601 timestamp\n- `limit` (optional): max 100\n- `page` (optional): page number\n- `sort` (optional): common_name/scientific_name/top\n- `order` (optional): asc/desc\n- `speciesId` (optional): filter by species ID\n- `query` (optional): search query\n- `locale` (optional): language locale\n\n#### Detections\n    POST /api/v1/stations/detections\n    GET /api/v1/stations/{token}/detections\n    GET /api/v1/stations/{token}/detections/{id}\n\n#### Soundscapes\n    POST /api/v1/stations/{token}/soundscapes\n    GET /api/v1/stations/{token}/soundscapes\n    GET /api/v1/stations/{token}/soundscapes/{id}\n\n#### Species Information\n    GET /api/v1/species/{id}\n    POST /api/v1/species/lookup\n\n#### Station Configuration\n    POST /api/v1/stations/{token}/config\n\n### eBird API Endpoints\n\n#### Observations\n    GET /data/obs/{region}/notable/historic/{yyyymmdd}\n    GET /data/obs/{region}/recent\n    GET /data/obs/{region}/recent/notable\n    GET /data/obs/{region}/recent/{speciesCode}\n    GET /data/obs/hotspot/{hotspotCode}/recent\n    GET /data/obs/location/{locationId}/recent\n    GET /data/obs/geo/recent\n\n#### Reference Data\n    GET /ref/region/list/{regionType}/{parentRegionCode}\n    GET /ref/region/info/{regionCode}\n    GET /ref/hotspot/info/{hotspotCode}\n    GET /ref/taxonomy/ebird\n    GET /ref/taxonomy/ebird/{speciesCode}\n    GET /product/spplist/{region}\n\n#### Checklists\n    GET /product/checklist/view/{subId}\n    GET /product/checklist/feed/{region}\n    GET /data/obs/{region}/historic/{yyyymmdd}\n\n#### Statistics\n    GET /ref/region/stats/{regionCode}\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmontgomery40%2Fbirdstatsgpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmontgomery40%2Fbirdstatsgpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmontgomery40%2Fbirdstatsgpt/lists"}