question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add url parameter to Reddit.info

See original GitHub issue

Per Reddit’s API documentation, the /api/info endpoint can take a url parameter. The result is a listing of link submissions to that URL. For example, the following yields a listing of links to https://www.youtube.com:

https://www.reddit.com/api/info?url=https://www.youtube.com/

Currently, Reddit.info provides support for the /api/info endpoint, but it only supports the id parameter. It would be nice to have the url parameter as an option as well.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
darthkedrikcommented, May 18, 2017

I’d love to take a stab at implementing this.

0reactions
bboecommented, Jun 6, 2017

Should we include somewhere in the documentation a brief warning…

That sounds like an excellent idea. Yes, please do that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

URL parameters? : r/redditads
URL parameters ? Can we add dynamic url options to track ad id, ad group id, campaign id, etc? Like www.example.com/?ad_id={{AD_ID}}.
Read more >
Praw URL parameters : r/redditdev
Hello! Silly question here, sorry for the noobacity. I'm trying to use praw's get_content() generator in order to pull data from subreddits, however…...
Read more >
How to always force a URL parameter? : r/firefox - Reddit
Hi! I've been searching for an extension that always add a given parameter to a given url. I want to add "? theme=dark"...
Read more >
How do you add params (e.g. limit) to a GET request? - Reddit
I don't use JavaScript much, but I think the best thing to do is construct a URL object and then use searchParams.append to...
Read more >
reddit.com: api documentation
Submit will create a link or self-post in the subreddit sr with the title title . If kind is "link" , then url...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found