Artisten

Künstler und Artisten mit Kategorien, Links, Downloads und Medien. Filtert nach Kategorie und Land.

Kategorien

getArtistCategorieList($config) / getArtistCategorieContent($id)

Artisten-Kategorien abrufen.

$config = [];
$config["website"] = '1';
$config["status"] = '1';
$config["label"] = '';
$config["search"] = '';
$config["orderby"] = 'headline';
$config["direction"] = 'asc';
$config["start"] = '0';
$config["limit"] = '100';

$kats = getArtistCategorieList($config);
foreach ($kats as $kat) {
    echo $kat["id"];
    echo $kat["headline"];
    echo $kat["image"]["image"];
}

// Einzelne Kategorie
$kat = getArtistCategorieContent("3");
KeyBeschreibung
id / key / tags / headline / content / descriptionBasisdaten
status1 = aktiv
image.image / .thumbnail / .smallBild (geprüft)
video.video / .width / .heightVideo (falls vorhanden)
[
    {
        "id": "14",
        "key": "agasdgfadsf-adfadsf14",
        "tags": "",
        "headline": "agasdgfadsf adfadsf",
        "content": "",
        "description": "",
        "label": [
            ""
        ],
        "website": [
            "1"
        ],
        "status": "1",
        "update": "2026-01-20 14:11:04"
    },
    {
        "id": "6",
        "key": "DJ-3",
        "tags": "Geht, Nicht, Opder, Test",
        "headline": "Artisten",
        "content": "

Hier sind die Superstars<\/p>", "description": "", "label": [ "6" ], "website": [ "1" ], "status": "1", "update": "2026-01-20 13:59:16", "video": { "video": "media\/artists\/artistscategory\/video\/6_T1769080615T_X1920X_Y1080Y.mp4", "width": "1769080615", "height": "1920" } }, { "id": "18", "key": "asdfasd-fasdf18", "tags": "", "headline": "asdfasd fasdf", "content": "", "description": "", "label": [ "" ], "website": [ "1" ], "status": "1", "update": "2026-01-22 12:16:00", "image": { "image": "media\/artists\/artistscategory\/image\/18_T1769080564T.webp", "thumbnail": "media\/artists\/artistscategory\/image\/thumbnail\/18_T1769080564T.webp", "small": "media\/artists\/artistscategory\/image\/small\/18_T1769080564T.webp" } }, { "id": "9", "key": "balon9", "tags": "", "headline": "balon", "content": "", "description": "", "label": [ "6" ], "website": [ "1" ], "status": "1", "update": "2026-02-09 09:39:36" }, { "id": "15", "key": "Komiker", "tags": "Komiker", "headline": "Komiker", "content": "

asdfasdfdsafds<\/p>", "description": "adfdfdsfdf", "label": [ "6" ], "website": [ "1" ], "status": "1", "update": "2026-01-20 15:25:49", "image": { "image": "media\/artists\/artistscategory\/image\/15_T1768919119T.webp", "thumbnail": "media\/artists\/artistscategory\/image\/thumbnail\/15_T1768919119T.webp", "small": "media\/artists\/artistscategory\/image\/small\/15_T1768919119T.webp" } }, { "id": "17", "key": "12", "tags": "Winter", "headline": "Test 26-1", "content": "

sadfasdf<\/p>", "description": "adfsadf", "label": [ "6" ], "website": [ "1" ], "status": "1", "update": "2026-01-21 09:10:43" }, { "id": "19", "key": "21", "tags": "Sonne", "headline": "Test2301", "content": "

adfadfdsaf<\/p>", "description": "adsfdsfadsf", "label": [ "6" ], "website": [ "1" ], "status": "1", "update": "2026-01-23 09:19:43", "image": { "image": "media\/artists\/artistscategory\/image\/19_T1769156379T.webp", "thumbnail": "media\/artists\/artistscategory\/image\/thumbnail\/19_T1769156379T.webp", "small": "media\/artists\/artistscategory\/image\/small\/19_T1769156379T.webp" } }, { "id": "8", "key": "Knie", "tags": "Artisten, Seiltänzer", "headline": "Zirkus Knie", "content": "

Programm des Jahres<\/p>", "description": "", "label": [ "" ], "website": [ "1" ], "status": "1", "update": "2026-01-22 08:31:53", "image": { "image": "media\/artists\/artistscategory\/image\/8_T1675527338T.webp", "thumbnail": "media\/artists\/artistscategory\/image\/thumbnail\/8_T1675527338T.webp", "small": "media\/artists\/artistscategory\/image\/small\/8_T1675527338T.webp" } } ]

Playground