Skip to content

Commit 8a5b242

Browse files
committed
style: turn blockquote to an admonition
1 parent 7a09574 commit 8a5b242

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sources/academy/webscraping/api_scraping/general_api_scraping/locating_and_learning.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ _Here's what we can see in the Network tab after reloading the page:_
2121

2222
Let's say that our target data is a full list of Tiësto's uploaded songs on SoundCloud. We can use the **Filter** option to search for the keyword `tracks`, and see if any endpoints have been hit that include that word. Multiple results may still be in the list when using this feature, so it is important to carefully examine the payloads and responses of each request in order to ensure that the correct one is found.
2323

24-
> To find what we're looking for, we must wisely choose what piece of data (in this case a keyword) we filter by. Think of something that is most likely to be part of the endpoint (in this case a string `tracks`).
24+
:::note Filtering requests
25+
26+
To find what we're looking for, we must wisely choose what piece of data (in this case a keyword) we filter by. Think of something that is most likely to be part of the endpoint (in this case a string `tracks`).
27+
28+
:::
2529

2630
After a little bit of digging through the different response values of each request in our filtered list within the Network tab, we can discover this endpoint, which returns a JSON list including 20 of Tiësto's latest tracks:
2731

0 commit comments

Comments
 (0)