{"id":15149079,"url":"https://github.com/bubner/firstteamapi","last_synced_at":"2025-10-30T07:31:12.940Z","repository":{"id":180104946,"uuid":"664586008","full_name":"bubner/FIRSTTeamAPI","owner":"bubner","description":"WSGI API to retrieve information about a FIRST-registered team","archived":false,"fork":false,"pushed_at":"2025-01-26T05:04:22.000Z","size":5909,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-26T05:19:50.825Z","etag":null,"topics":["api","first","first-lego-league","first-robotics-competition","first-tech-challenge","flask","json-api","python","wsgi"],"latest_commit_sha":null,"homepage":"https://firstteamapi.vercel.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bubner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-07-10T09:57:22.000Z","updated_at":"2025-01-26T05:04:25.000Z","dependencies_parsed_at":"2023-11-23T10:24:07.292Z","dependency_job_id":"eb917582-bd1b-499a-80aa-74efb18f58ba","html_url":"https://github.com/bubner/FIRSTTeamAPI","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":0.5,"last_synced_commit":"6d96fe2420cd1006801e0cf69a2b1f2cbb3e6b99"},"previous_names":["hololb/firstteamapi","bubner/firstteamapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubner%2FFIRSTTeamAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubner%2FFIRSTTeamAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubner%2FFIRSTTeamAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubner%2FFIRSTTeamAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bubner","download_url":"https://codeload.github.com/bubner/FIRSTTeamAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238943683,"owners_count":19556395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","first","first-lego-league","first-robotics-competition","first-tech-challenge","flask","json-api","python","wsgi"],"created_at":"2024-09-26T13:41:42.067Z","updated_at":"2025-10-30T07:31:12.579Z","avatar_url":"https://github.com/bubner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FIRSTTeamAPI\n### Live at https://firstteamapi.vercel.app/get_team/TEAM_NUMBER_HERE\nWSGI API to retrieve information about a FIRST-registered team\n# Example usage\nInput:  \n```/get_team/15215```  \u003cbr\u003e \u003cbr\u003e\nOutput:\n```\n{\n  \"data\": [\n    {\n      \"nickname\": \"MURRAY BRIDGE BUNYIPS\",\n      \"orgs\": \"Murray Bridge High School\",\n      \"city\": \"MURRAY BRIDGE\",\n      \"province\": \"SA\",\n      \"postcode\": \"5253\",\n      \"country\": \"Australia\",\n      \"country_code\": \"AU\",\n      \"program\": \"FIRST Tech Challenge\",\n      \"website\": \"https://sites.google.com/mbhs.sa.edu.au/the-mb-bunyips/home?authuser=0\",\n      \"season\": 2022,\n      \"rookie_year\": 2018\n    }\n  ],\n  \"team_number\": 15215,\n  \"valid\": true\n}\n```\n___\nInput:  \n```/get_team/365```  \u003cbr\u003e \u003cbr\u003e\nOutput:\n```\n{\n  \"data\": [\n    {\n      \"city\": \"Wilmington\",\n      \"country\": \"USA\",\n      \"country_code\": \"US\",\n      \"nickname\": \"MOE (The Miracle Workerz)\",\n      \"orgs\": \"First State Robotics \u0026 First State Robotics\",\n      \"postcode\": \"19880\",\n      \"program\": \"FIRST Tech Challenge\",\n      \"province\": \"DE\",\n      \"rookie_year\": 2008,\n      \"season\": 2022,\n      \"website\": \"http://www.moeftc.org\"\n    },\n    {\n      \"city\": \"Wilmington\",\n      \"country\": \"USA\",\n      \"country_code\": \"US\",\n      \"nickname\": \"Miracle Workerz\",\n      \"orgs\": \"DuPont/JP Morgan Chase/The Boeing Company/On-Board Engineering/Siemens/Incyte/First State Robotics/Chemours\u0026MOE Robotics Group\",\n      \"postcode\": \"19808\",\n      \"program\": \"FIRST Robotics Competition\",\n      \"province\": \"DE\",\n      \"rookie_year\": 2000,\n      \"season\": 2023,\n      \"website\": \"http://www.moe365.net\"\n    }\n  ],\n  \"team_number\": 365,\n  \"valid\": true\n}\n```\n___\nInput:  \n```/get_team/1```  \u003cbr\u003e \u003cbr\u003e\nOutput:\n```\n{\n  \"data\": [],\n  \"team_number\": 1,\n  \"valid\": false\n}\n```\n___\nInput:  \n```/``` ```/blah``` ```/get_team/blah```  \u003cbr\u003e \u003cbr\u003e\nOutput:\n```\n404 Not Found \u003credirect to https://github.com/bubner/FIRSTTeamAPI\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubner%2Ffirstteamapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbubner%2Ffirstteamapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubner%2Ffirstteamapi/lists"}