Hello everyone!, I was unable to find any API for querying guix package info on official guix website. So, I have created a very simple REST API server for searching/querying package info in Javascript. It parses the package info from https://guix.gnu.org/packages.json file & returns the results. It currently uses Deno runtime to execute. I have just started learning guile, So, i will try to recreate this in guile as well, Once i am confident :) Project URL: https://gitlab.com/kskarthik/guix-packages-api I have documented it's usage too. Feel free to explore it & let me know your thoughts! -- https://kskarthik.gitlab.io/