mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
While this has more manual steps than I would prefer, it is definitely better than loading the individual entries and mapping them to an forth
28 lines
763 B
JSON
28 lines
763 B
JSON
{
|
|
"count": 3,
|
|
"next": null,
|
|
"previous": null,
|
|
"results": [
|
|
{
|
|
"id": 2,
|
|
"name": "Anterior deltoid",
|
|
"is_front": true,
|
|
"image_url_main": "/static/images/muscles/main/muscle-2.svg",
|
|
"image_url_secondary": "/static/images/muscles/secondary/muscle-2.svg"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "Biceps brachii",
|
|
"is_front": true,
|
|
"image_url_main": "/static/images/muscles/main/muscle-1.svg",
|
|
"image_url_secondary": "/static/images/muscles/secondary/muscle-1.svg"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Biceps femoris",
|
|
"is_front": false,
|
|
"image_url_main": "/static/images/muscles/main/muscle-11.svg",
|
|
"image_url_secondary": "/static/images/muscles/secondary/muscle-11.svg"
|
|
}
|
|
]
|
|
} |