We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b58e77 commit c237c6eCopy full SHA for c237c6e
server/routes/about.tsx
@@ -57,6 +57,21 @@ export default function About() {
57
In addition to the predefined categories, any provider can be added to the combined lookup by appending its
58
internal name as a query parameter without value (or even with a release ID as value).
59
</p>
60
+ <h3>Examples</h3>
61
+ <ol>
62
+ <li>
63
+ Lookup by URL and using your preferred providers:{' '}
64
+ <code>
65
+ /release?url=<em>URL</em>&category=preferred
66
+ </code>
67
+ </li>
68
69
+ Lookup by barcode on Deezer and Spotify using the region GB:{' '}
70
71
+ /release?gtin=<em>BARCODE</em>&deezer&spotify®ion=GB
72
73
74
+ </ol>
75
<h2>Supported Providers</h2>
76
<table>
77
<tr>
0 commit comments