NekosAPI.NET is an asynchronous library to interact with NekosAPI API, currently
supporting v3 API. If you love this repo, consider giving it a star ⭐
namespaceHello.There.Nekos;publicclassProgram{publicasyncTaskExecuteMeAsync(){ApiNekoClient_client=new(newHttpClient());//for more infos about the possible options check https://nekosapi.com/docs/images/random#parameters//tag 8 = catgirlsvarimages=await_client.ImagesAsync(rating:["safe"],tag:[8],limit:3);foreach(variteminimages.Items){//Do whatever you want to do with thisConsole.WriteLine(item.Image_url);}}}In addition there are ImageNekoClient, ArtistNekoClient, CharacterNekoClient and RandomNekoClient. Just play around with it a bit.