如何在不使用API​​密钥的情况下获取所有谷歌字体的列表?

Im making a wordpress theme with a feature to allow users to choose their own fonts from Google. Obviously because this is a wordpress theme there is no way to create a new API key for each installation.

All I need is the list of fonts in alphabetical order.

Bonus points if someone gives me a way to group them by category!

Check out the developer API. You can query it for a list of the fonts. I'm not sure it categorises them, but you do get a bunch of details.

EDIT/ADDITION:

You only need an API key beyond usage limits, so depending on how many calls you make, you could just parse this JSON.