Public
Documentation Settings

MJWebs API

Free API endpoints maintained by MJWebs.

GETPostal Address Validator

https://api.mjwebs.com/v1/validate-address?address=Level 35 100 Barangaroo Ave, Barangaroo NSW 2000
PARAMS
address

Level 35 100 Barangaroo Ave, Barangaroo NSW 2000

Full or partial address input

Example Request
curl
curl --location 'https://api.mjwebs.com/v1/libpostal?address=Level%2035%20100%20Barangaroo%20Ave%2C%20Barangaroo%20NSW%202000' \
--header 'Cookie;'
200 OK
Example Response
json
{
  "parsed": [
    {
      "label": "level",
      "value": "level 35"
    },
    {
      "label": "house_number",
      "value": "100"
    },
    {
      "label": "road",
      "value": "barangaroo ave"
    },
    {
      "label": "suburb",
      "value": "barangaroo"
    },
    {
      "label": "state",
      "value": "nsw"
    },
    {
      "label": "postcode",
      "value": "2000"
    }
  ],
  "expanded": [
    "level 35 100 barangaroo avenue barangaroo new south wales 2000",
    "level 35 100 barangaroo avenue barangaroo nsw 2000"
  ]
}
Date

Sun, 06 Nov 2022 07:26:40 GMT

Content-Type

application/json

Transfer-Encoding

chunked

Connection

keep-alive

Cache-Control

no-cache, private

Set-Cookie

XSRF-TOKEN=eyJpdiI6IjgxL1hTbjk3VjNLL000VWJ4Q3pZOUE9PSIsInZhbHVlIjoiUURmNWxOVHVCdU9GdWd1K2pVUGJGS0xDNzF2aWZlTXBWdVBUcVMzcVNVLzVJcm1xRU13N3R5RGxtZG55RXRHSkgyQUZGRjg1VW9ySTdlUnhlZ2tTdSt0VDI0Vm5ieTFYR05tcTBSR211VWtqL0FobjVCeEoyeEJQTUlibVhPRi8iLCJtYWMiOiI1ODI1OWM1YjA1YjU3NGI1NTliZDEwYzgwZDA3NWQ0NjBhODE4MjViMzhiZTUwNDA3MjYzNDVkY2U1NzkwOWEwIiwidGFnIjoiIn0%3D; expires=Mon, 06 Nov 2023 07:26:40 GMT; Max-Age=31536000; path=/; samesite=lax

Set-Cookie

mjwebs_session=eyJpdiI6IjZ0eEF5NldSZE4yTEJBRjVtUVVadXc9PSIsInZhbHVlIjoiU3VqVEZvM3dZUDlidUdMWlQwN2RqRFFuYkZzRnJsMlBQMHlobUVjWTZiSGluQzFrLzNIMFRGTm0rcENNOGU0QnExQnU3dk9VUUlSOWY1Uy8wMHltUGhoNkhPaEN2L2dmdXlTRGh6NlYyWjR1RGUwRmxIQ2w3VzhUeG5qS2ZYbHoiLCJtYWMiOiIzMzBiYzkzYWI3MmY1NmViN2JmYTc5MDE4YjE5YWU0MjM3Njk4N2Y3M2EyY2QyODExOGUwYjkwZTM2ZmYzZmNlIiwidGFnIjoiIn0%3D; expires=Mon, 06 Nov 2023 07:26:40 GMT; Max-Age=31536000; path=/; httponly; samesite=lax

X-RateLimit-Limit

500

X-RateLimit-Remaining

499

CF-Cache-Status

DYNAMIC

Strict-Transport-Security

max-age=31536000; includeSubDomains; preload

X-Content-Type-Options

nosniff

Server

cloudflare

CF-RAY

765c1a304f55a93d-SYD

Content-Encoding

br

alt-svc

h3=":443"; ma=86400, h3-29=":443"; ma=86400

GETPhone Validator

https://api.mjwebs.com/v1/validate-phone?phone=0412345678&country=AU

Phone number data intelligence using Google's libphonenumber. Supports partially entered phone number input - useful for live formatting.

PARAMS
phone

0412345678

full or partial number

country

AU

Country code of phone number (defaults to "AU")

Example Request
curl
curl --location 'https://api.mjwebs.com/v1/libphonenumber?phone=0412345678&country=AU' \
--header 'Cookie;'
500 Internal Server Error
Example Response
json
{
  "formatted": "0412 345 678",
  "valid": true,
  "region": "AU",
  "type": "mobile",
  "e164": "+61412345678",
  "rfc3966": "tel:+61-412-345-678",
  "international": "+61 412 345 678",
  "national": "0412 345 678",
  "carrier": "Optus",
  "timezone": [
    "Australia/Adelaide",
    "Australia/Brisbane",
    "Australia/Eucla",
    "Australia/Lord_Howe",
    "Australia/Perth",
    "Australia/Sydney",
    "Indian/Christmas",
    "Indian/Cocos"
  ]
}
Content-Type

application/json

GETPhone Validator Copy

https://api.mjwebs.com/v1/validate-phone?phone=0412345678&country=AU

Phone number data intelligence using Google's libphonenumber. Supports partially entered phone number input - useful for live formatting.

PARAMS
phone

0412345678

full or partial number

country

AU

Country code of phone number (defaults to "AU")

Example Request
curl
curl --location 'https://api.mjwebs.com/v1/libphonenumber?phone=0412345678&country=AU' \
--header 'Cookie;'
500 Internal Server Error
Example Response
json
{
  "formatted": "0412 345 678",
  "valid": true,
  "region": "AU",
  "type": "mobile",
  "e164": "+61412345678",
  "rfc3966": "tel:+61-412-345-678",
  "international": "+61 412 345 678",
  "national": "0412 345 678",
  "carrier": "Optus",
  "timezone": [
    "Australia/Adelaide",
    "Australia/Brisbane",
    "Australia/Eucla",
    "Australia/Lord_Howe",
    "Australia/Perth",
    "Australia/Sydney",
    "Indian/Christmas",
    "Indian/Cocos"
  ]
}
Content-Type

application/json

GETIP Intel

https://api.mjwebs.com/v1/ip-intel?ip=1.1.1.1
PARAMS
ip

1.1.1.1

Example Request
curl
curl --location 'https://api.mjwebs.com/v1/ip-intel?ip=1.1.1.1' \
--header 'Cookie;'
500 Internal Server Error
Example Response
No response body
This request doesn't return any response body
Content-Type

text/plain