Files
InternetDev/punkrock-react/db.json
2025-05-28 20:58:31 +04:00

58 lines
902 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": []
}