🥷🏼 Hackers
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 hacker or IT related buzzwords. 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 hacker mockdata
.
HTTP
Or you can use an HTTP request.
GET https://api.mockster.dev/api/v1/hackers
Accept: application/json
Response
Example
[
{
"abbreviation": "XSS",
"adjective": "1080p",
"ingverb": "quantifying",
"noun": "card",
"phrase": "I'll connect the open-source RSS interface, that should circuit the VGA transmitter!",
"verb": "override"
}
]
Abbreviation
JSON | Power Automate |
---|---|
abbreviation | Abbreviation |
Returns an abbreviation from technologies. For example: XSS
.
Return datatype: string
Adjective
JSON | Power Automate |
---|---|
adjective | Adjective |
Returns a hacker or technology related adjective. For example: 1080p
.
Return datatype: string
Ingverb
JSON | Power Automate |
---|---|
ingverb | Ingverb |
Returns a verb ending in "ing". For example: quantifying
.
Return datatype: string
Noun
JSON | Power Automate |
---|---|
noun | Noun |
Returns a hacker or technology related noun. For example: card
.
Return datatype: string
Phrase
JSON | Power Automate |
---|---|
phrase | Phrase |
Returns a hacker or technology related phrase. For example: I'll connect the open-source RSS interface, that should circuit the VGA transmitter!
.
Return datatype: string
Verb
JSON | Power Automate |
---|---|
verb | Verb |
Returns a hacker or technology related verb. For example: override
.
Return datatype: string
Related endpoints
Other technical terms can be found in the 💻 Systems and 💾 Databases endpoints.