Does anyone know how to get the image url from the $meta object of another generator? I think there’s an /api/ fetch I can do for it, but that stuff isn’t documented anywhere, I don’t think.
Does anyone know how to get the image url from the $meta object of another generator? I think there’s an /api/ fetch I can do for it, but that stuff isn’t documented anywhere, I don’t think.
No, I don’t think there is. The public ones that I’ve seen are:
api/getGeneratorScreenshot?generatorName=name
- for generator screenshotsapi/getGeneratorList?max=num
- for the general generator list in the/generators
pageapi/getGeneratorStats?names=name1,name2
- for individual stats as seen from https://perchance.org/generator-list-with-stats-2-template#editapi/downloadGenerator?generatorName=name
- from the download-button-pluginGreat thanks!
And of course with the new tags $meta property, there’s also api/getGeneratorList?tags=foo ref