'How can I get the 'discription' from 'articles'

enter image description here

I would like to get the 'description' from 'articles'



Solution 1:[1]

You can use response['articles'][<integer index>]['description'], where <integer index> gives the index of the article that you want to access.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 BrokenBenchmark