Soccer News & Player Profiles API
A soccer API showing player profiles with multiple filter options and all the latest soccer news across the globe.
2 subscribers
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Soccer News & Player Profiles API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Soccer News /news |
Gets all the latest soccer news across the globe. |
| GET |
Get Individual Soccer News Source News /news/{newspaperId} |
Gets soccer news from a particular news source. |
| GET |
Get Random Player Profile /players/random |
Gets a random soccer player's player profile. |
| GET |
Get Player Profile By Id /players/{id} |
Gets a specific soccer player profile based on the id number entered. Range limited to numbers between 1-100. |
| GET |
Gets Player Profile By Name, Age, Club, and/or Nation /players |
Gets a player profile based on the filter parameters entered. You can mix and match and use all of the filter parameter (name, age, club and nation) or just a couple (ex: age,… |
| POST |
Post A New Player Profile /players |
Adds a new player profile with the query parameters set. |
| PATCH |
Patch A Player Profile /players/{id} |
Lets you edit a existing player profile by grabbing it from an id and then changing it with the entered query parameters |
| DELETE |
Delete a Player Profile /players/{id} |
Deletes a existing player profile using the entered id. |
Soccer News & Player Profiles API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | 100 / minute |
|