API Docs
GET
/api/v1/lineups/maps
List all maps that have lineups, with counts. Optionally filter by agent.
Query Parameters
agentstringFilter maps to only those with lineups for this agent
Example Request
curl "https://battlerecap.ziadhussein.com/api/v1/lineups/maps?agent=sova"
Example Response
{
"maps": [
{ "name": "Bind", "count": 4 },
{ "name": "Haven", "count": 3 }
]
}