🎶 Musics
Power Automate connector in preview
Power Automate connector is currently in preview. It has all the functionality. Preview flag will be removed in some time as Mockster finds its users.
Description
Generate music related data. Returns an array of properties, by default ten. Some properties might be localized.
Query options
Parameter | Description | Default |
---|---|---|
Count | Count of objects returned | 10 |
Locale | Localization for the response, see Localization | en |
Seed | Seed value for reproducible results. | null |
Request
Power Automate
In Power Automate you can find this endpoint by searching for Get music mockdata
.
HTTP
Or you can use an HTTP request.
HTTP
GET https://api.mockster.dev/api/v1/musics
Accept: application/json
Response
Example
JSON
[
{
"genre": "Country",
"songName": "Just Dance"
}
]
Genre
JSON | Power Automate |
---|---|
genre | Genre |
Returns random music genre. For example: Country
.
Return datatype: string
Song Name
JSON | Power Automate |
---|---|
songName | Song Name |
Returns a randmo song name. For example: Just Dance
.
Return datatype: string