Search by barcode? #78
-
Hi, I'm hoping to be able to find releases by inputting the barcode. Is this possible within this Python package? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
AnssiAhola
Feb 7, 2022
Replies: 1 comment
-
Hi @DeputyBeagle client.search(barcode="<barcode_here>") All supported parameters are listed here https://www.discogs.com/developers/#page:database,header:database-search-get |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AnssiAhola
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @DeputyBeagle
Yes you can, with optional search parameters like so
All supported parameters are listed here https://www.discogs.com/developers/#page:database,header:database-search-get
Link to our documentation for more details https://python3-discogs-client.readthedocs.io/en/latest/quickstart.html#searching