...
Here is the DEV URL with an example address of "100 Main St":
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=100 Main St&Zip=94105
...
view-source:http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=169 SACRAMENTO ST&Zip=94114
...
The nominal example:
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=100 Main St&Zip=94105
You can send data with no street suffix if it's not ambiguous:
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=157 Noe&Zip=94114
But be aware that there are ambiguous cases:
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=157 Stanyan&Zip=94114
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=157 Stanyan St&Zip=94118
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=157 Stanyan Ave&Zip=94114
We do not parse degraded addresses:
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=PMB 169 SACRAMENTO ST&Zip=94114
Address that include extra information at the end parse but typically fail to return a candidate
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=169 SACRAMENTO ST 7&Zip=94114
But if it's clearly as unit, it works
http://10.250.60.189/geocode/streetNetwork/geocode/findAddressCandidates?f=json&Address=169 SACRAMENTO ST UNIT 7&Zip=94114