Discover/Bryant Bulldogs API
live

Bryant Bulldogs APIbryantbulldogs.com

Access the current Bryant University men's lacrosse roster via API. Returns player names, jersey numbers, positions, class years, and hometowns in one call.

This API takes change requests — .
Endpoint health
verified 8h ago
get_roster
1/1 passing latest checkself-healing
Endpoints
1
Updated
8h ago

What is the Bryant Bulldogs API?

The Bryant Bulldogs Men's Lacrosse Roster API exposes 1 endpoint — get_roster — that returns the full current roster with 5 data fields per player: name, jersey number, position, class year, and hometown. The response also includes team name, sport, season year, and a total player count, making it straightforward to build a roster display or sync athlete data without manual updates.

This call costs3 credits / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/c8448fcd-0b3b-4ef7-bae6-28eb373b5613/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/c8448fcd-0b3b-4ef7-bae6-28eb373b5613/get_roster' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Returns the current Bryant University men's lacrosse roster. Each player record includes full name, position, class year, jersey number, and hometown/state. The endpoint fetches and parses the live roster page; no pagination is needed as the full roster is returned in one call.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "team": "string — team name ('Bryant Bulldogs')",
    "sport": "string — sport name ('Men's Lacrosse')",
    "season": "string — the roster season year (e.g. '2027')",
    "players": "array of player objects with name, jersey_number, position, class_year, hometown",
    "total_players": "integer — number of players on the roster"
  },
  "sample": {
    "data": {
      "team": "Bryant Bulldogs",
      "sport": "Men's Lacrosse",
      "season": "2027",
      "players": [
        {
          "name": "Patrick Walsh",
          "hometown": "Shelburne, Vt.",
          "position": "Attack/Midfield",
          "class_year": "Sr.",
          "jersey_number": "1"
        },
        {
          "name": "Jordan Hernando",
          "hometown": "Mountain Lakes, NJ",
          "position": "Faceoff",
          "class_year": "Jr.",
          "jersey_number": "2"
        },
        {
          "name": "Will Siegenthaler",
          "hometown": "Elmhurst, Ill.",
          "position": "Attack/Midfield",
          "class_year": "Gr.",
          "jersey_number": "3"
        }
      ],
      "total_players": 50
    },
    "status": "success"
  }
}

About the Bryant Bulldogs API

What the API Returns

The get_roster endpoint returns the complete Bryant University men's lacrosse roster as a single response. Each player object in the players array includes name, jersey_number, position, class_year, and hometown. The top-level response also carries team (always 'Bryant Bulldogs'), sport (always 'Men's Lacrosse'), season (e.g. '2027'), and total_players as a convenience count.

Endpoint Behavior and Inputs

get_roster takes no input parameters. The full roster is returned in a single call with no pagination required. Because it reflects the live roster page, the data changes when the athletics department updates the roster — for example when players are added, transferred, or graduate between seasons.

Coverage and Scope

This API is scoped specifically to the Bryant University men's lacrosse program. It does not cover other sports at Bryant, roster histories from prior seasons, or individual player statistics such as goals, assists, or saves. The class_year field identifies each player's academic standing (e.g. freshman, senior), and hometown typically includes both city and state.

Reliability & maintenanceVerified

The Bryant Bulldogs API is a managed, monitored endpoint for bryantbulldogs.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when bryantbulldogs.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official bryantbulldogs.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
8h ago
Latest check
1/1 endpoint passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a roster display widget for a fan site using player names, jersey numbers, and positions
  • Track roster changes between seasons by comparing total_players and player names across calls
  • Filter players by class_year to identify how many seniors are on the current squad
  • Map player hometown data to visualize the geographic recruiting reach of the program
  • Sync an athletics database or CMS with the current roster without manual data entry
  • Generate depth-chart views organized by position for lacrosse analytics or coaching tools
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Bryant University have an official developer API for its athletics data?+
Bryant University does not publish an official developer API for its athletics roster data. The bryantbulldogs.com site is a standard collegiate athletics web presence with no documented public API endpoints.
What exactly does the get_roster endpoint return for each player?+
Each player object includes five fields: name (full name), jersey_number, position, class_year (academic year such as freshman or senior), and hometown (city and state). The response wrapper adds team, sport, season, and total_players.
Does the API cover women's lacrosse or other Bryant sports?+
Not currently. The API covers the men's lacrosse roster only. You can fork it on Parse and revise it to add endpoints for other Bryant sports or the women's lacrosse roster.
Does the API include player statistics like goals, assists, or saves?+
Not currently. The API returns roster and biographical fields only — name, jersey number, position, class year, and hometown. No game or season statistics are included. You can fork it on Parse and revise it to add a stats endpoint if that data is available on the athletics site.
How current is the roster data returned by get_roster?+
The endpoint reflects the live roster page on bryantbulldogs.com. Roster updates made by the Bryant athletics department — such as new signings or departures — will be reflected once the source page is updated. There is no built-in caching delay on the Parse side beyond normal request processing.
Page content last updated . Spec covers 1 endpoint from bryantbulldogs.com.
Related APIs in SportsSee all →
binghamtonbearcats.com API
Access the current Binghamton Bearcats men's lacrosse roster to view player names, numbers, positions, and other team information. Stay up-to-date with the latest squad composition for the university's lacrosse program.
bucknellbison.com API
Access the complete Bucknell University men's lacrosse roster with detailed player information including names, positions, class years, jersey numbers, and hometowns. Stay updated on the team's current lineup and get to know individual players' backgrounds and athletic profiles.
ualbanysports.com API
Get the current UAlberta men's lacrosse team roster with player information including names, positions, class years, jersey numbers, and hometowns. Perfect for staying updated on team composition, finding specific player details, or tracking roster changes throughout the season.
brownbears.com API
brownbears.com API
athletics.bellarmine.edu API
Access the complete Bellarmine University men's lacrosse roster with detailed player information including names, positions, class years, jersey numbers, and hometowns. Use this data to stay updated on team composition, track player development across their college years, or research specific athletes on the roster.
gogriffs.com API
Retrieve the complete men's lacrosse roster for Canisius University, including player names, numbers, positions, and other profile details from the official GoGriffs athletics website. Stay up-to-date with the latest team composition and player information whenever the roster is updated.
goterriers.com API
Access the complete Boston University men's lacrosse roster with detailed player information including names, positions, class years, jersey numbers, and hometowns. Get up-to-date team roster data directly from the official BU Athletics website.
goairforcefalcons.com API
Access the current Air Force Falcons men's lacrosse roster to view player names, numbers, positions, and other team information. Stay up-to-date with the latest squad composition for the Air Force Academy's lacrosse program.