---
title: "Lookup artist social links"
method: GET
path: "/{apiKey}/artist-social.php"
tags: ["Lookup"]
---

# Lookup artist social links

`GET /{apiKey}/artist-social.php`

The v1 guide link text mentions `artist-links.php`, but the documented code block and implemented endpoint use `artist-social.php`.

## Path parameters

- `apiKey` string, required

## Query parameters

- `i` integer, required

## Response `200`

Artist results.

- ArtistsResponse
  - `artists` Artist[], nullable
    - `idArtist` union
      - string
      - integer
    - `strArtist` string, nullable
    - `strArtistAlternate` string, nullable
    - `strMusicBrainzID` string, nullable
    - `strBiographyEN` string, nullable

## Other responses

- `429` — Rate limit exceeded. Free users are limited to 30 requests per minute, premium to 100 per minute, and business to 120 per minute.

---

[API](https://skmtc.net/theaudiodb/apis/theaudiodb-api.md) · [All operations](https://skmtc.net/theaudiodb/apis/theaudiodb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theaudiodb/theaudiodb-api/versions/3c9d8a945bae/schema)
