Hey There After a lot of time investigating how things work with ubot, i got finally results regarding pulling out some data from APIs. The goal was, to get json data from APIs, saving it in a list, variable, table, etc. - without buying an extra Plugin. I want to use several APIs to build some SEO Tools for myself, automating my workflow. With ubot, this is an easy task now. Starting point was a free API call from omdbapi.com: http://www.omdbapi.com/?apikey=c388d03c&s=hello I am a #nocoder, but i do have some basic knowledge how things work regarding regex, structuring data and so