---
title: "Lookup Milestones"
method: GET
path: "/lookupmilestones.php"
tags: ["V1 API Lookup"]
---

# Lookup Milestones

`GET /lookupmilestones.php`

Get information about milestones of a player by their unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- MilestonesResponse — Contains milestones data for the specified player ID.
  - `milestones` MilestoneSchema[] — List of milestones associated with the player.
    - `id` string — Unique identifier for the milestone record.
    - `idPlayer` string — Unique identifier for the player.
    - `strPlayer` string — Name of the player associated with the milestone.
    - `idTeam` string — Unique identifier for the team associated with the milestone.
    - `idMilestone` string — Unique identifier for the milestone.
    - `strTeam` string — Name of the team associated with the milestone.
    - `strSport` string — Type of sport associated with the milestone.
    - `strMilestone` string — Description of the milestone.
    - `strMilestoneLogo` string, url — Logo image of the milestone.
    - `dateMilestone` string, date — Date when the milestone was achieved.

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/revisions/e5759aa68b83/schema)
