Pastr - Yet another Pastebin-Service

You might think there are already more than enough pastebin services out there. But when my favourite pastebin went offline back in 2017, I started building my own as a replacement. For almost nine years now pastr.de has been online and keeps growing in popularity.
It was particularly important to me to be able to store both public and private content. Public content is addressed by an ascending numeric ID, e.g. https://pastr.de/v/3938182. Private content uses a randomly generated 24-character string: https://pastr.de/p/8876q3nego98md81giyrkyje.
Code can also be highlighted via Highlight.js.
Pastr is free to use for any (legal) purpose, commercial or not, via the API or manually in the browser. More features are planned for the future — a public REST API or a clone function, for example.