{"about":"2Bros Parts sells motorcycle and powersports parts and ships worldwide from the UK. This is its agent API: plain GET paths, JSON back, no key. Every URL in this response can be fetched as it is.","country":{"code":"GB","name":"United Kingdom","currency":"GBP","pricesIncludeUkVat":true},"buy":"To buy, give the shopper https://www.2brosparts.com/api/agent/checkout/GB/{basketKey}:{quantity},{basketKey}:{quantity} with the basketKeys and quantities they want. You don't need to fetch it first.","search":{"how":"Fetch https://www.2brosparts.com/api/agent/search/GB/{words+joined+with+plus}. Words go in the path joined with +. Add /page-2 for the next page.","examples":[{"query":"tyre","url":"https://www.2brosparts.com/api/agent/search/GB/tyre"},{"query":"inner tube","url":"https://www.2brosparts.com/api/agent/search/GB/inner+tube"},{"query":"brake pads","url":"https://www.2brosparts.com/api/agent/search/GB/brake+pads"},{"query":"brake disc","url":"https://www.2brosparts.com/api/agent/search/GB/brake+disc"},{"query":"oil filter","url":"https://www.2brosparts.com/api/agent/search/GB/oil+filter"},{"query":"air filter","url":"https://www.2brosparts.com/api/agent/search/GB/air+filter"},{"query":"spark plug","url":"https://www.2brosparts.com/api/agent/search/GB/spark+plug"},{"query":"chain","url":"https://www.2brosparts.com/api/agent/search/GB/chain"},{"query":"sprocket","url":"https://www.2brosparts.com/api/agent/search/GB/sprocket"},{"query":"clutch cable","url":"https://www.2brosparts.com/api/agent/search/GB/clutch+cable"},{"query":"clutch plates","url":"https://www.2brosparts.com/api/agent/search/GB/clutch+plates"},{"query":"battery","url":"https://www.2brosparts.com/api/agent/search/GB/battery"},{"query":"grips","url":"https://www.2brosparts.com/api/agent/search/GB/grips"},{"query":"levers","url":"https://www.2brosparts.com/api/agent/search/GB/levers"},{"query":"mirror","url":"https://www.2brosparts.com/api/agent/search/GB/mirror"},{"query":"wheel bearings","url":"https://www.2brosparts.com/api/agent/search/GB/wheel+bearings"},{"query":"fork seals","url":"https://www.2brosparts.com/api/agent/search/GB/fork+seals"},{"query":"piston kit","url":"https://www.2brosparts.com/api/agent/search/GB/piston+kit"},{"query":"gasket kit","url":"https://www.2brosparts.com/api/agent/search/GB/gasket+kit"},{"query":"exhaust","url":"https://www.2brosparts.com/api/agent/search/GB/exhaust"}]},"tyres":{"how":"Tyre sizes go straight in the path, e.g. https://www.2brosparts.com/api/agent/tyres/GB/110-90-19 or https://www.2brosparts.com/api/agent/tyres/GB/3.00-21. The tyre index lists common sizes, rims and brands as links.","index":"https://www.2brosparts.com/api/agent/tyres/GB"},"collections":[{"name":"Chain & Sprockets","url":"https://www.2brosparts.com/api/agent/collection/GB/chain-sprockets"},{"name":"Engine","url":"https://www.2brosparts.com/api/agent/collection/GB/engine"},{"name":"Exhaust Systems & Parts","url":"https://www.2brosparts.com/api/agent/collection/GB/exhaust-systems-parts"},{"name":"Pistons & Kits","url":"https://www.2brosparts.com/api/agent/collection/GB/pistons-kits"},{"name":"Suspension & Drive Parts","url":"https://www.2brosparts.com/api/agent/collection/GB/suspension-drive-parts"}],"howToBuy":{"summary":"Build a basket for the shopper and give them one checkout link. Every URL is a plain path (no query string) and a GET. Nothing is stored between calls.","checkoutLinkFormat":"https://www.2brosparts.com/api/agent/checkout/GB/{basketKey}:{quantity},{basketKey}:{quantity}","steps":["1. Find products: follow links in these responses, or fetch https://www.2brosparts.com/api/agent/search/GB/{words+joined+with+plus} (e.g. https://www.2brosparts.com/api/agent/search/GB/brake+pads). Every product has a basketKey.","2. Optional check: https://www.2brosparts.com/api/agent/basket/GB/{basketKey}:{quantity},{basketKey}:{quantity} returns stock, totals per delivery option and the checkout link.","3. Give the shopper the checkout link. Opening it fills their basket with exactly these items (replacing what was there) and opens checkout for United Kingdom. They pay on 2brosparts.com through Stripe."],"noFetchNeeded":"You can write the checkout link yourself from basketKeys and quantities; nothing has to be fetched first. Each product also has links.buyOneNow, a ready link for one unit.","stateless":"Nothing is saved on our side. The items part of the URL is the whole basket: to change it, write the link again with the new list.","itemsFormat":"basketKey:quantity pairs joined by commas, e.g. 04f24aad4d68:2,7c1e9a0b3f2d:1. Quantity defaults to 1. Up to 50 products, 100 each.","country":"GB is the shopper's delivery country. Swap it for theirs (US, DE, FR…) in any URL; currency, tax and delivery follow it.","tips":["Put everything the shopper wants in one link.","Optionally add your name as a last path segment on checkout links (…/checkout/GB/<items>/claude) so the sale is credited to you.","The checkout link is for the shopper's browser. Do not open it yourself.","Signed-in trade account holders see their trade prices at checkout."]},"otherCountries":[{"country":"US","name":"United States","currency":"USD","startUrl":"https://www.2brosparts.com/api/agent/start/US"},{"country":"AU","name":"Australia","currency":"AUD","startUrl":"https://www.2brosparts.com/api/agent/start/AU"},{"country":"CA","name":"Canada","currency":"CAD","startUrl":"https://www.2brosparts.com/api/agent/start/CA"},{"country":"DE","name":"Germany","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/DE"},{"country":"FR","name":"France","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/FR"},{"country":"NL","name":"Netherlands","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/NL"},{"country":"ES","name":"Spain","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/ES"},{"country":"IT","name":"Italy","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/IT"},{"country":"JP","name":"Japan","currency":"JPY","startUrl":"https://www.2brosparts.com/api/agent/start/JP"},{"country":"AT","name":"Austria","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/AT"},{"country":"BE","name":"Belgium","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/BE"},{"country":"FI","name":"Finland","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/FI"},{"country":"MT","name":"Malta","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/MT"},{"country":"PT","name":"Portugal","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/PT"},{"country":"SK","name":"Slovakia","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/SK"},{"country":"SI","name":"Slovenia","currency":"EUR","startUrl":"https://www.2brosparts.com/api/agent/start/SI"},{"country":"SE","name":"Sweden","currency":"SEK","startUrl":"https://www.2brosparts.com/api/agent/start/SE"},{"country":"NO","name":"Norway","currency":"NOK","startUrl":"https://www.2brosparts.com/api/agent/start/NO"},{"country":"DK","name":"Denmark","currency":"DKK","startUrl":"https://www.2brosparts.com/api/agent/start/DK"},{"country":"CH","name":"Switzerland","currency":"CHF","startUrl":"https://www.2brosparts.com/api/agent/start/CH"},{"country":"PL","name":"Poland","currency":"PLN","startUrl":"https://www.2brosparts.com/api/agent/start/PL"},{"country":"CZ","name":"Czechia","currency":"CZK","startUrl":"https://www.2brosparts.com/api/agent/start/CZ"},{"country":"HU","name":"Hungary","currency":"HUF","startUrl":"https://www.2brosparts.com/api/agent/start/HU"},{"country":"IS","name":"Iceland","currency":"ISK","startUrl":"https://www.2brosparts.com/api/agent/start/IS"},{"country":"NZ","name":"New Zealand","currency":"NZD","startUrl":"https://www.2brosparts.com/api/agent/start/NZ"},{"country":"SG","name":"Singapore","currency":"SGD","startUrl":"https://www.2brosparts.com/api/agent/start/SG"},{"country":"HK","name":"Hong Kong","currency":"HKD","startUrl":"https://www.2brosparts.com/api/agent/start/HK"},{"country":"KR","name":"South Korea","currency":"KRW","startUrl":"https://www.2brosparts.com/api/agent/start/KR"},{"country":"MY","name":"Malaysia","currency":"MYR","startUrl":"https://www.2brosparts.com/api/agent/start/MY"},{"country":"TH","name":"Thailand","currency":"THB","startUrl":"https://www.2brosparts.com/api/agent/start/TH"},{"country":"PH","name":"Philippines","currency":"PHP","startUrl":"https://www.2brosparts.com/api/agent/start/PH"},{"country":"AE","name":"United Arab Emirates","currency":"AED","startUrl":"https://www.2brosparts.com/api/agent/start/AE"},{"country":"QA","name":"Qatar","currency":"QAR","startUrl":"https://www.2brosparts.com/api/agent/start/QA"},{"country":"IL","name":"Israel","currency":"ILS","startUrl":"https://www.2brosparts.com/api/agent/start/IL"},{"country":"TR","name":"Türkiye","currency":"TRY","startUrl":"https://www.2brosparts.com/api/agent/start/TR"},{"country":"BR","name":"Brazil","currency":"BRL","startUrl":"https://www.2brosparts.com/api/agent/start/BR"},{"country":"MA","name":"Morocco","currency":"MAD","startUrl":"https://www.2brosparts.com/api/agent/start/MA"},{"country":"UA","name":"Ukraine","currency":"UAH","startUrl":"https://www.2brosparts.com/api/agent/start/UA"},{"country":"HN","name":"Honduras","currency":"HNL","startUrl":"https://www.2brosparts.com/api/agent/start/HN"}],"docs":{"llms":"https://www.2brosparts.com/llms.txt","openapi":"https://www.2brosparts.com/api/products/search/openapi.json"}}