-
Hi; From your previous reply:
I want to confirm that, when querying and reporting numbers, does it suport foreign numbers already? For example: +1... or +33... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
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
https://phoneblock.net/pb-test/api/num/%2B49123456789?format=json
Rating also support international format:
Btw. there is a test system that can be used for development and test purpose: https://phoneblock.net/pb-test/api/ |
Beta Was this translation helpful? Give feedback.
-
Got it, thanks. |
Beta Was this translation helpful? Give feedback.
-
I found that, it only works well with +49 numbers, other country codes will not be parsed correctly, for example: The +49123456789 will be parsed as:
But for +33123456789 (France), it results in:
It incudes the 33 as part of the domestic number, which means, currently the API doesn't handle international numbers other than +49. |
Beta Was this translation helpful? Give feedback.
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
https://phoneblock.net/pb-test/api/num/%2B49123456789?format=json