List of Bolt Patterns

List of all possible bolt patterns presented in our database.

Screenshot source: wheel-size.com/pcd/

count field shows how many models have this bolt pattern which allows you to create tag cloud or sort bolt patterns by popularity.
pattern field should be used as bolt_pattern query or path paremeter where it is needed.

GET /v1/bolt-patterns/ HTTPS/1.1
Host: api.wheel-size.com

[
    {
        "pattern": "3x112",
        "stud": 3,
        "pcd": 112,
        "count": 3
    },
    {
        "pattern": "4x98",
        "stud": 4,
        "pcd": 98,
        "count": 141
    },
    {
        "pattern": "4x100",
        "stud": 4,
        "pcd": 100,
        "count": 1947
    },
    ...
]