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

# Lookup Equipment

`GET /lookupequipment.php`

Get information about a specific equipment by its unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- EquipmentResponse — Contains a list of equipment for the specified team.
  - `equipment` EquipmentSchema[] — List of equipment for the team.
    - `idEquipment` string — Unique identifier for the equipment.
    - `idTeam` string — Unique identifier for the team.
    - `date` string — Date when the equipment was added.
    - `strSeason` string — Season during which the equipment is used.
    - `strEquipment` string, url — Name of the equipment.
    - `strType` string — Type of the equipment.
    - `strUsername` string — Username of the person who added the equipment.

---

[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)
