Postal codes (postcode / ZIP) in Canada's real format — the correct length and layout for address forms and field-level validation. In a full record the postcode matches the one inside the address. Entirely synthetic.
L9K 9J6| Browser | sampuli.site — pick Canada, generate, export CSV/JSON |
| REST API | curl https://sampuli.site/api/v1/ca/postcode?n=25 |
| npm | npx @sampuli/data ca.postcode |
| Node | import { generate } from '@sampuli/data'; generate('ca.postcode') |