clojars

2026-01-25T17:06:30.423939Z

Hey there, I run the https://clojure.land/ project and I would like to start incorporating data from Clojars on the project cards and I thought I should reach out in good faith to make sure that's not going to be a problem. I haven't fully fleshed out what I'd like to include but probably something like maven coordinates, links back to Clojars, latest release version, downloads, etc. I'm certainly open to recommendations on what would provide the most value. At the moment I do a daily sync using the Github API and I suspect I would update the script to also fetch the Clojars data at the same time. Thanks for running Clojars and looking forward to your response.

lread 2026-01-25T17:43:09.651509Z

Clojure Land looks cool @batoms! Have you had a peek at https://github.com/clojars/clojars-web/wiki/Data

2026-01-25T17:50:10.582959Z

Yes, thanks, I've seen that and have been using the offline feed data file to try to reconcile projects with their maven coordinates

phronmophobic 2026-01-25T19:05:21.430929Z

You can also check out https://github.com/PEZ/clojars-download-stats from @pez

👍 1
2026-01-25T19:15:16.579339Z

Hi @batoms! Thanks for reaching out. You are welcome to use any of the API; I don't anticipate your usage adding any additional load. And if there is data that you need that we don't provide, just let us know.

2026-01-25T19:17:04.349929Z

Thanks @tcrawley

2026-01-25T19:19:54.280089Z

My pleasure!