Skip to main content

🌐 Internets

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

Get rich data about things in the internet like users or networking terms. Returns an array of objects with different internet properties, by default ten.

Query options

ParameterDescriptionDefault
CountCount of objects returned10
SeedSeed value for reproducible results.null

Request

Power Automate

In Power Automate you can find this endpoint by searching for Get internet mockdata.

Get internet mockdata action

HTTP

Or you can use an HTTP request.

HTTP
GET https://api.mockster.dev/api/v1/internets
Accept: application/json

Response

Example

JSON
[
{
"color": "#511134",
"displayName": "Ted.Runolfsson48",
"domainName": "clear-operating.info",
"domainSuffix": "net",
"domainWord": "sparkling-bather",
"email": "Ted_Runolfsson10@yahoo.com",
"emoji": "😺",
"exampleEmail": "Ted_Runolfsson88@example.net",
"httpMethod": "PUT",
"httpStatusCode": 103,
"ip": "b8bb:21ac:da45:baf2:fe1c:7e62:7f2c:c6dc",
"ipv4": "146.120.42.165",
"ipv6": "1eff:77af:b6d3:ae02:8e0d:1d7d:feb2:7a01",
"mac": "c8:14:d0:db:1e:d4",
"password": "eqv2uVVHsXkWcRs",
"port": 5071,
"protocol": "https",
"url": "https://immaculate-debtor.biz",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64 AppleWebKit/532.2.0 (KHTML, like Gecko) Chrome/18.0.884.0 Safari/532.2.0",
"userName": "Ted42"
},
]

Color

JSONPower Automate
colorColor

Returns a random color code in hex format. For example: #511134.

Return datatype: string

Display Name

JSONPower Automate
displayNameDisplay Name

Returns a display name for a given user. All user related properties use the same first and lastname as a base. For example: Ted.Runolfsson48.

Return datatype: string

Domain Name

JSONPower Automate
domainNameDomain Name

Returns a random domain name. For example: clear-operating.info.

Return datatype: string

Domain Suffix

JSONPower Automate
domainSuffixDomain Suffix

Returns a domain suffix. For example: net.

Return datatype: string

Domain Word

JSONPower Automate
domainWordDomain Word

Returns a random word to be used in a domain. For example: sparkling-bather.

Return datatype: string

Email

Caution

Returned email is realistic and could coincidentally be real email, do NOT use these for sending emails. For this usecase, you should use exampleEmail.

JSONPower Automate
emailEmail

Returns an email address. For example: Ted_Runolfsson10@yahoo.com.

Return datatype: string

Emoji

JSONPower Automate
emojiEmoji

Returns a random emoji. For example: 😺.

Return datatype: string

Example Email

JSONPower Automate
exampleEmailExample Email

Returns an example email address. All user related properties use the same first and lastname as a base. For example: Ted_Runolfsson88@example.net.

Return datatype: string

HTTP Method

JSONPower Automate
httpMethodHTTP Method

Returns a HTTP method. For example: PUT.

Return datatype: string

HTTP Status Code

JSONPower Automate
httpStatusCodeHTTP Status Code

Returns a HTTP status code. For example: 103.

Return datatype: number

IP

JSONPower Automate
ipIP Address

Returns a random IPv4 or IPv6 address. For example: b8bb:21ac:da45:baf2:fe1c:7e62:7f2c:c6dc.

Return datatype: string

IPv4

JSONPower Automate
ipv4IPv4 Address

Returns an IPv4 address. For example: 146.120.42.165.

Return datatype: string

IPv6

JSONPower Automate
ipv6IPv6 Address

Returns an IPv6 address. For example: 1eff:77af:b6d3:ae02:8e0d:1d7d:feb2:7a01.

Return datatype: string

MAC

JSONPower Automate
macMAC Address

Returns a MAC address. For example: c8:14:d0:db:1e:d4.

Return datatype: string

Password

JSONPower Automate
passwordPassword

Returns a random string to be used as a password. For example: eqv2uVVHsXkWcRs.

Return datatype: string

Port

JSONPower Automate
portPort Number

Returns a random port number. For example: 5071.

Return datatype: number

Protocol

JSONPower Automate
protocolProtocol

Returns a protocol. For example: https.

Return datatype: string

URL

JSONPower Automate
urlURL

Returns a random URL. For example: https://immaculate-debtor.biz.

Return datatype: string

User Agent

JSONPower Automate
userAgentUser Agent

Returns a random user agent. For example: Mozilla/5.0 (X11; Linux x86_64 AppleWebKit/532.2.0 (KHTML, like Gecko) Chrome/18.0.884.0 Safari/532.2.0.

Return datatype: string

User Name

JSONPower Automate
usernameUsername

Returns a user name. All user related properties use the same first and lastname as a base. For example: Ted42.

Return datatype: string

To create other user data you can use the 🧍🏻 Persons endpoint.