www.nyrr.org Open in urlscan Pro
104.18.180.44  Public Scan

Submitted URL: http://www.nyrr.org/
Effective URL: https://www.nyrr.org/
Submission: On February 14 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

/searchresult?term=

<form action="/searchresult?term=">
  <div data-behavior="Autocomplete" data-autocomplete-url="/api/searchresultpage/autosuggest" data-autocomplete-submitonpopulate="">
    <input name="term" id="search" type="text" placeholder="Search nyrr.org" aria-label="Search" data-mobilenav-search="" data-desktopheadersearch-input="" tabindex="-1" data-autocomplete-input="" autocomplete="off">
    <!-- start autocomplete_panel -->
    <div style="display: none" data-autocomplete-panel="" class="autocomplete_panel">
      <div class="autocomplete_panel__results_group" data-autocomplete-resultsgroup="">
        <template data-autocomplete-resulttemplate="">
          <a href="#" class="autocomplete_panel__result" data-autocomplete-resulttemplate-link="">
                                        <div class="autocomplete_panel__result__title" data-autocomplete-resulttemplate-title=""></div>
                                        <div class="autocomplete_panel__result__label label label--race" data-autocomplete-resulttemplate-label=""></div>
                                    </a>
        </template>
      </div>
    </div>
    <!-- end autocomplete_panel -->
  </div>
</form>

<form data-ajaxform-url="/api/account/Login" data-behavior="AjaxForm" id="global_signin_overlay_form" data-ajaxform-aftersubmitsuccessfn="SignInTracking">
  <input type="hidden" id="SigninWithItemId" name="SigninWithItemId" runat="server">
  <input type="hidden" id="SigninWithAction" name="SigninWithAction">
  <input type="hidden" id="SigninWithReturnUrl" name="SigninWithReturnUrl">
  <input type="hidden" id="SigninWithEventId" name="SigninWithEventId" value="">
  <input type="hidden" id="SigninWithItemPrice" name="SigninWithItemPrice" value="">
  <input type="hidden" id="SigninWithVolunteer" name="SigninWithVolunteer">
  <input type="hidden" id="SigninWithVolunteerApplication" name="SigninWithVolunteerApplication">
  <!--membership add to cart parameters-->
  <input type="hidden" id="SigninWithMembership" name="SigninWithMembership">
  <input type="hidden" id="XcProductId" name="XcProductId">
  <input type="hidden" id="IsCorporateMembership" name="IsCorporateMembership" value="false">
  <input type="hidden" id="CartUnitPrice" name="CartUnitPrice">
  <input type="hidden" id="MembershipDisplayName" name="MembershipDisplayName">
  <input type="hidden" id="SigninWithRedeemMembership" name="SigninWithRedeemMembership">
  <input type="hidden" id="SigninWithMakeGiftMembership" name="SigninWithMakeGiftMembership">
  <input type="hidden" id="SigninWithMembershipType" name="SigninWithMembershipType">
  <input type="hidden" id="IsOneToOneSession" name="IsOneToOneSession">
  <!-- end param-->
  <input type="hidden" id="SigninWithMarathonDonation" name="SigninWithMarathonDonation">
  <input type="hidden" id="SigninWithQuantity" name="Quantity">
  <input type="hidden" id="returnUrl" name="ReturnUrl">
  <input type="hidden" id="returnUrl" name="ReturnUrl" value="">
  <header class="overlay__header">
    <h2 class="overlay__title">Sign in to NYRR</h2>
    <a href="#" class="overlay__close" data-overlay-close="" onclick="CloseGlobalSignInModal()">
                                    <!-- start icon --><svg class="icon icon--close">
                                        <use xlink:href="/dist/icons/icons.svg#icon--close"></use>
                                    </svg>
                                    <!-- end icon -->
                                </a>
  </header>
  <section class="form_error_summary simple_form__errors" data-ajaxform-errorsummary=""></section>
  <section class="overlay__section overlay__form">
    <div class="field_group">
      <div class="field__error" id="msgInvitationCode"></div>
      <div class="form_error_summary" data-ajaxform-errorsummary=""></div>
      <div class="field_group__field">
        <div class="field_group__field field" data-ajaxform-field="">
          <label class="field__label" for="signin_email">Email</label>
          <input type="email" tabindex="1" class="field__input input" id="signin_email" name="UserName" required="" data-ajaxform-validate="{&quot;native_error&quot;: &quot;Invalid Username&quot;}">
          <div class="field__error" data-ajaxform-error="">Invalid Username</div>
        </div>
      </div>
      <div class="field_group__field">
        <div class="field_group__field field" data-ajaxform-field="">
          <label class="field__label" for="signin_password">Password</label>
          <div class="field__note">
            <a onclick="ForgotPasswordClick();" href="#forgot_password" data-behavior="OverlayLink" class="secondary_link--small" tabindex="-1">Forgot password?</a>
          </div>
          <input type="password" tabindex="2" class="field__input input" id="signin_password" name="Password" required="" data-ajaxform-validate="{&quot;native_error&quot;: &quot;Invalid Password&quot;}" value="">
          <div class="field__error" data-ajaxform-error="">Enter Password</div>
        </div>
      </div>
      <div class="field_group__field field">
        <!-- start checkbox --><label class="checkbox checkbox--large ">
          <input type="checkbox" id="Persistent" name="Persistent" checked="">
          <span class="checkbox__indicator">
            <!-- start icon --><svg class="icon icon--checkbox checkbox__tick">
              <use xlink:href="/dist/icons/icons.svg#icon--checkbox"></use>
            </svg>
            <!-- end icon -->
          </span>
          <span class="checkbox__label"> Remember me next time </span>
        </label>
        <!-- end checkbox -->
      </div>
    </div>
  </section>
  <footer class="overlay__section">
    <div class="overlay__actions overlay__actions--split">
      <div class="overlay__actions__link"> Don't have an account? <a href="/join" id="registerLink" class="secondary_link">Sign up now.</a>
      </div>
      <button type="submit" data-ajaxform-submitbtn="" class="btn btn--small btn--primary "><span class="btn__inner">Sign in</span></button>
    </div>
  </footer>
</form>

<form data-ajaxform-url="/api/account/forgotpassword" data-behavior="AjaxForm" data-ajaxform-beforesubmitfn="BeforeSubmitForgotPassword" data-ajaxform-aftersubmitsuccessfn="ForgotPasswordSuccessCallback" data-ajaxform-formdatamode="">
  <header class="overlay__header">
    <h2 class="overlay__title"> Reset Password </h2>
    <a href="#" class="overlay__close" data-overlay-close="">
                                    <!-- start icon -->
                                    <svg class="icon icon--close">
                                        <use xlink:href="/dist/icons/icons.svg#icon--close"></use>
                                    </svg>
                                    <!-- end icon -->
                                </a>
  </header>
  <section class="form_error_summary simple_form__errors" data-ajaxform-errorsummary=""></section>
  <section class="form_success_summary simple_form__success">Password</section>
  <section class="overlay__section overlay__text overlay__text--alt">
    <p>To reset the password associated with your account, please enter your email address below and click Reset Password. A link to reset your password will be emailed to you shortly.</p>
    <div class="overlay__form">
      <div class="overlay__form__errors form_error_summary" data-ajaxform-errorsummary=""></div>
      <div class="field_group overlay__form__inline">
        <div class="field_group__field">
          <div class="field_group__field field">
            <label class="field__label" for="signin_email">Email</label>
            <input type="text" class="field__input input" name="UserName" id="forgot_email" data-overlay-firstinput="" data-ajaxform-validate="{&quot;native_error&quot;: &quot;Invalid Email&quot;}">
            <div class="field__error" data-ajaxform-error="">Invalid Username</div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <footer class="overlay__section">
    <div class="overlay__actions overlay__actions--split">
      <div class="overlay__actions__link">
        <a href="#global_signin_overlay" class="secondary_link" data-behavior="OverlayLink">Back to Sign In</a>
      </div>
      <button data-ajaxform-submitbtn="" class="btn btn--small btn--primary" type="submit">
        <span class="btn__inner"> <span>Reset Password</span> </span>
      </button>
    </div>
  </footer>
</form>

Text Content

 * Home
 * About
   
 * TCS NYC Marathon
 * RUNCENTER
 * Results
 * Team for Kids
 * Media Center
 * Community
 * More
   
    

 * Donate
 * Help
 * Shop
   
 * Sign in

 * English
   
   



 * Sign in
 * Join

Menu Calendar Search
Sign in
 * Home
 * Run
   
 * Youth
   
 * Training
   
 * Membership
 * Get Involved
   
 * English
   

Calendar Calendar
Search

Close


UPDATE

The NYRR RUNCENTER featuring the New Balance Run Hub will be closed on Monday,
February 19, 2024 in celebration of Presidents' Day.


TAKE ON THE VIRTUAL RBC BROOKLYN HALF POWERED BY STRAVA ANYWHERE, ANYTIME

Learn More



THE UNITED AIRLINES NYC HALF COLLECTION 

Shop Now



RUN THE 52ND MASTERCARD NEW YORK MINI 10K - WOMEN'S RACE!

Register Today



DISCOVER BLACK-CENTERED RUN CLUBS AND CREWS IN NYC

Learn More

Previous Next


DISCOVER NYRR


REAL SIMPLE WOMEN'S HALF MARATHON

Sun, April 28, 2024

ADD TO CART Adding... Added
Learn More
Race

Learn More
Virtual Race


RISING NYRR AT THE WASHINGTON HEIGHTS SALSA, BLUES, AND SHAMROCKS 5K - STAGE 3

Sun, March 03, 2024
08:00 AM

ADD TO CART Adding... Added
Learn More
Youth


MASTERCARD NEW YORK MINI 10K - WOMEN'S RACE

Sat, June 08, 2024

Apply Adding... Added
Learn More
Race


RACE CALENDAR

2/14/2024 5:10:52 PM


FEBRUARY 2024

Previous Next
3
Sat

NYRR BROOKLYN BRIDGE WALK IN PARTNERSHIP WITH NYC DOT

Completed
4
Sun

NYRR MANHATTAN 10K

Completed
11
Sun

NYRR GRIDIRON 4M PRESENTED BY THE FLAG ART FOUNDATION

Completed
17
Sat

VIRTUAL NYRR BLACK HISTORY MONTH 5K

Available
24
Sat

NYRR AL GORDON 4M

Sold Out
FULL RACE CALENDAR
FULL EVENTS CALENDAR


OUR NON-PROFIT MISSION



New York Road Runners, whose mission is to help and inspire people through
running, serves runners through races, community runs, walks, training, virtual
products, and other programming. Our free youth programs and events serve kids
across the five boroughs of NYC and nationally. NYRR’s premier event is the TCS
New York City Marathon.



 *  
    
 * $460M 
   Raised for charities since 2006 
 *  
    

Learn More

Replay with sound
Play
Pause
00:00 /

Move play head

Rising New York Road Runners gives children of all ages, skill levels, and
abilities, the power and encouragement to become their best selves through
running.

DISCOVER ALL OF RISING NEW YORK ROAD RUNNERS


PHOTOS & STORIES

ALL PHOTOS AND STORIES

Category
STORIES


RECIPROCITY OVER EXPLOITATION: HOW INDIGENOUS CREATIVES CAN DEMAND MORE FROM
RUNNING BRANDS

NYRR Contributors Circle member Dinée Dorame reflects on the impact of running
brands and offers tips, specifically for Indigenous women, on establishing truly
reciprocal sponsorships, partnerships, and collaborations.


Category
STORIES


AL GORDON KEPT MOVING FOR OVER A CENTURY

A longtime supporter of NYRR, he lived to be 107. His spirit lives on through
the annual NYRR Al Gordon 4M race.


Category
STORIES


NYRR CELEBRATES BLACK HISTORY MONTH

February is Black History Month, an annual celebration of achievements by
African Americans and a time for recognizing their central role in U.S. history.
At NYRR, we recognize the leadership, achievements, and perseverance of Black
runners and supporters of running—throughout history and today.


Category
STORIES


"IT'S IMPORTANT THAT WE ALL SEE OURSELVES IN WHAT WE DO"

Three of the 31 women on "The List" of Black American women sub-3:00 marathoners
live and train in New York City. They share their running journeys and reflect
on the past, present, and future of Black American women’s distance running.


Category
STORIES


BLACK-CENTERED RUN CLUBS AND CREWS IN NYC

Running with a club or crew is a great way to meet and get to know like-minded
people. NYC's Black-centered run clubs help Black runners find representation
and community. Check out these and other clubs throughout Black History
Month—and all year long—to find out how they’re celebrating and how to get
involved.


Category
STORIES


TIPS FOR AN ACTIVE OFFSEASON

We want to stay active at this time of year, but we may need some guidance. Read
our tips for staying fit during the coming weeks, and learn why it’s a good
idea.

Previous Next Grid Info
Twitter Facebook
 


SHARE YOUR LOVE OF RUNNING

Your donation supports all of New York Road Runners' work, helping and inspiring
people through running.

DONATE

New York Road Runners, whose mission is to help and inspire people through
running, serves runners of all ages and abilities through races, community runs,
walks, training, virtual products, and other running-related programming. Our
free youth programs and events serve kids in New York City’s five boroughs and
across the country.







NYRR RUNCENTER

320 West 57th Street
New York, NY 10019

Facebook Test X Instagram Threads TikTok Strava
EXPLORE EVENTS RACES COMMUNITY TRAINING DIRECTORY
ABOUT US OUR MISSION DONATE MEMBERSHIP CAREERS
TCS NYC MARATHON RUNCENTER MEDIA CENTER SHOP HELP
© 2024 New York Road Runners, Inc. All rights reserved.
NYRR is a registered 501(c)(3) not-for-profit corporation
Increase Text Contrast Privacy Policy Terms of Use Donor Privacy Policy Contact

Community
 * About NYRR
 * Our Programs
 * Partners
 * Donors
 * Our Team
 * Mission
 * Our Impact
 * Core Values
 * Careers
 * History
 * Charity Rating

 * Shop New Balance
 * NYRR Gift Card
 * Find and Buy Photos
 * Erica Sara

 * English
 * Español (BETA)


SIGN IN TO NYRR


Email
Invalid Username
Password
Forgot password?
Enter Password
Remember me next time
Don't have an account? Sign up now.
Sign in


RESET PASSWORD


Password

To reset the password associated with your account, please enter your email
address below and click Reset Password. A link to reset your password will be
emailed to you shortly.

Email
Invalid Username
Back to Sign In
Reset Password
 * Photos & Stories
 * Virtual Racing
 * NYRR Striders
 * Race Calendar
 * Team for Kids
 * NYRR Open Run
 * Run with a Charity
 * NYRR Race Free
 * Guidelines & Procedures
 * 5 Borough Series
 * Earn Guaranteed Entry
 * International Runners

 * Overview
 * Resources for Educators
 * Races & Events
 * Resources for Families
 * Youth Ambassadors
 * Run for the Future
 * FAQ
 * Photos & Stories
 * Wheelchair Training Program
 * Virtual Youth Events

 * Overview
 * Coaching Lab
 * Group Training
 * Coaching Team
 * Runner Resources

 * Volunteer
 * Donate
 * Run with a Club
 * Charity Partners
 * International Tour Operators
 * Mental Well-Being
 * NYRR Contributors Circle
 * Set the Pace Podcast

 * Español (BETA)




TIME OUT

Your session has timed out due to inactivity.

Ok




Welcome to NYRR.org. This site uses cookies. Read our Privacy Policies

Accept


JUST ADDED TO YOUR CART

2017 United Airlines NYC Half

Go To My Cart