What are biblionumbers and how to find them?
What is a biblionumber?
Biblionumbers are unique numbers automatically applied by Koha to bibliographic records created on the system. These numbers are assigned as title records are created and cannot be edited from within the Koha application. The function of a biblionumber is to act as an identification number for a title record.
How can a biblionumber be identified?
URL
On a bibliographic record the biblionumber is in the URL:
Reports
There are many different reports that can bring back the biblionumbers on records. A basic setup would be:
SELECT biblionumber, title
FROM biblio
LIMIT 10
This report will bring back results similar to the image below:
This basic report can be limited in an almost unlimited number of ways, including by a specific title, collection codes and date added to the site.
As all title records will have biblionumbers an unlimited report should not be run as the resources used to bring back the result might slow the system.
| Version | Date | Detail | Author |
| 1.0 | 11/12/25 | Document created | Holly Cooper |
| 1.1 | 29/12/25 | Adding details | Holly Cooper |
| 1.2 | 28/04/26 | Adding details | Holly Cooper |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|