Skip to content
Discussion options

You must be logged in to vote

Yes, it does support international number format for querying and reporting. In the response however, the numbers are always displayed in a format suitable for the local German telefony network:

https://phoneblock.net/pb-test/api/num/%2B33123456789?format=json

[
  "PhoneInfo",
  {
    "phone": "0033123456789",
    "votes": 38,
    "rating": "B_MISSED",
    "whiteListed": false,
    "archived": false,
    "dateAdded": 1674834780000,
    "lastUpdate": 1675119600000
  }
]

https://phoneblock.net/pb-test/api/num/%2B49123456789?format=json

[
  "PhoneInfo",
  {
    "phone": "0123456789",
    "votes": 166,
    "rating": "C_PING",
    "whiteListed": false,
    "archived": false,
    "dateAdded": …

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by aj3423
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@haumacher
Comment options

@haumacher
Comment options

@aj3423
Comment options

@haumacher
Comment options

@aj3423
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants