58 lines
902 B
JSON
58 lines
902 B
JSON
{
|
||
"artists": [
|
||
{
|
||
"id": "9daa",
|
||
"name": "testlabуцк",
|
||
"description": "sadууу",
|
||
"epochId": 2,
|
||
"countryId": 3
|
||
},
|
||
{
|
||
"id": "98ad",
|
||
"name": "ыфвфы",
|
||
"description": "выфв",
|
||
"epochId": 1,
|
||
"countryId": 1
|
||
},
|
||
{
|
||
"id": "dd28",
|
||
"name": "аааа",
|
||
"description": "ааа",
|
||
"epochId": 2,
|
||
"countryId": 3
|
||
},
|
||
{
|
||
"id": "b499",
|
||
"name": "бб",
|
||
"description": "уафв",
|
||
"epochId": 1,
|
||
"countryId": 3
|
||
}
|
||
],
|
||
"countries": [
|
||
{
|
||
"id": "1",
|
||
"name": "Россия"
|
||
},
|
||
{
|
||
"id": "2",
|
||
"name": "США"
|
||
},
|
||
{
|
||
"id": "3",
|
||
"name": "Тайга"
|
||
}
|
||
],
|
||
"epochs": [
|
||
{
|
||
"id": "1",
|
||
"name": "1980-е"
|
||
},
|
||
{
|
||
"id": "2",
|
||
"name": "1990-е"
|
||
}
|
||
],
|
||
"albums": [],
|
||
"songs": []
|
||
} |